Author: nickboldt
Date: 2010-10-17 22:47:06 -0400 (Sun, 17 Oct 2010)
New Revision: 25888
Modified:
trunk/build/aggregate/site/index-template.html
trunk/build/aggregate/site/index.html
Log:
move css file into parent
Modified: trunk/build/aggregate/site/index-template.html
===================================================================
--- trunk/build/aggregate/site/index-template.html 2010-10-15 19:11:45 UTC (rev 25887)
+++ trunk/build/aggregate/site/index-template.html 2010-10-18 02:47:06 UTC (rev 25888)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools ${update.site.description} Update
Site${update.site.version}</title>
<style>
-@import url("web/site.css");
+@import url("../web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2010-10-15 19:11:45 UTC (rev 25887)
+++ trunk/build/aggregate/site/index.html 2010-10-18 02:47:06 UTC (rev 25888)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools Nightly Build Update Site:
3.2.0.M1.2010-07-16_17-40-51-H69</title>
<style>
-@import url("web/site.css");
+@import url("../web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">