[LOGBack-dev] svn commit: r415 - logback/skin/trunk/src/main/resources/css
noreply.seb at qos.ch
noreply.seb at qos.ch
Tue Aug 8 15:59:10 CEST 2006
Author: seb
Date: Tue Aug 8 15:59:08 2006
New Revision: 415
Modified:
logback/skin/trunk/src/main/resources/css/site.css
Log:
modified examples, updated documentation and css styles accordingly
Modified: logback/skin/trunk/src/main/resources/css/site.css
==============================================================================
--- logback/skin/trunk/src/main/resources/css/site.css (original)
+++ logback/skin/trunk/src/main/resources/css/site.css Tue Aug 8 15:59:08 2006
@@ -349,17 +349,6 @@
font-family: Courier, monospace;
}
-table.exampleTable {
- width: 50%;
-
-}
-table.exampleTable th {
- color: white;
- background-color: #bbb;
- text-align: left;
- font-weight: bold;
-}
-
.green {
color: green;
}
@@ -367,3 +356,11 @@
color: blue;
}
+.redBold {
+ color: red;
+ font-weight: bold;
+}
+.greenBold {
+ color: green;
+ font-weight: bold;
+}
\ No newline at end of file
More information about the logback-dev
mailing list