Author: robweir
Date: Wed Aug 21 22:34:13 2013
New Revision: 1516318
URL: http://svn.apache.org/r1516318
Log:
rebase CSS URLs
Modified:
openoffice/ooo-site/trunk/content/xx/index.html
Modified: openoffice/ooo-site/trunk/content/xx/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/index.html?rev=1516318&r1=1516317&r2=1516318&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/index.html (original)
+++ openoffice/ooo-site/trunk/content/xx/index.html Wed Aug 21 22:34:13 2013
@@ -12,9 +12,9 @@
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
- @import "home.css";
- @import "styles.css";
- @import "exceptions.css";
+ @import url("../home.css");
+ @import url("../styles.css");
+ @import url("../exceptions.css");
/* ]]> */
</style>