Author: artdaw
Date: 2009-03-04 12:06:42 -0500 (Wed, 04 Mar 2009)
New Revision: 13973
Added:
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_release.css
Modified:
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools.css
Log:
https://jira.jboss.org/jira/browse/JBDS-489 - three profiles were created
Modified: trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools.css
===================================================================
---
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools.css 2009-03-04
17:06:25 UTC (rev 13972)
+++
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools.css 2009-03-04
17:06:42 UTC (rev 13973)
@@ -4,7 +4,6 @@
body {
background-image:url(../images/jbosstools_label2.png);
-background-repeat:repeat-x;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left;
Added:
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_release.css
===================================================================
--- trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_release.css
(rev 0)
+++
trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools_release.css 2009-03-04
17:06:42 UTC (rev 13973)
@@ -0,0 +1,9 @@
+@import url("tools.css");
+
+body {
+background:#fff !important;
+z-index:1;
+text-align:center;
+margin:0 auto;
+padding:0;
+}
\ No newline at end of file