Author: artdaw
Date: 2008-11-18 10:13:49 -0500 (Tue, 18 Nov 2008)
New Revision: 11219
Modified:
trunk/docs/common-resources/en/src/main/css/html-release.css
trunk/docs/common-resources/en/src/main/css/html.css
Log:
https://jira.jboss.org/jira/browse/RF-4107 - one resources folder was added
Modified: trunk/docs/common-resources/en/src/main/css/html-release.css
===================================================================
--- trunk/docs/common-resources/en/src/main/css/html-release.css 2008-11-18 14:50:48 UTC
(rev 11218)
+++ trunk/docs/common-resources/en/src/main/css/html-release.css 2008-11-18 15:13:49 UTC
(rev 11219)
@@ -111,14 +111,35 @@
font-size:14px;
font-family:monospace;
}
-a.new {
-background:transparent url(../images/new.png) no-repeat scroll right top;
-padding-right:70px;
+.new, .added {
+background:transparent url(../images/new.png) no-repeat scroll right top;
+padding-right:70px;
+}
+.updated, .changed {
+background:transparent url(../images/updated.png) no-repeat scroll right top;
+padding-right:70px;
}
-a.updated {
-background:transparent url(../images/updated.png) no-repeat scroll right top;
-padding-right:70px;
-}
+span.diffmkwrapper{
+ background-color: #cce2f6;
+}
+
+div.diffmkwrapper p{
+ background-color: #c8d7e4;
+ padding:0px;
+ margin-left:56px;
+}
+h1, h2, h3, h4, h5, h6{
+ display:inline;
+}
+.img_marker{
+ display:inline;
+ padding: 0px;
+ margin:0px;
+}
+h1.title {
+display:block;
+}
+
.tbi {color: #aaaaaa;}
.tbi p {color: #333333;}
Modified: trunk/docs/common-resources/en/src/main/css/html.css
===================================================================
--- trunk/docs/common-resources/en/src/main/css/html.css 2008-11-18 14:50:48 UTC (rev
11218)
+++ trunk/docs/common-resources/en/src/main/css/html.css 2008-11-18 15:13:49 UTC (rev
11219)
@@ -123,14 +123,7 @@
font-size:14px;
font-family:monospace;
}
-a.new {
-background:transparent url(../images/new.png) no-repeat scroll right top;
-padding-right:70px;
-}
-a.updated {
-background:transparent url(../images/updated.png) no-repeat scroll right top;
-padding-right:70px;
-}
+
.tbi {color: #aaaaaa;}
.tbi p {color: #333333;}