Author: ceki
Date: Wed Oct 19 15:50:43 2005
New Revision: 411

Added:
   nlog4j/trunk/src/java/org/slf4j/impl/NLog4jLoggerFactory.java
      - copied unchanged from r234, 
nlog4j/trunk/src/java/org/slf4j/impl/Log4jLoggerFactory.java
Modified:
   nlog4j/trunk/docs/css/site.css
Log:
1.2.8 release

Modified: nlog4j/trunk/docs/css/site.css
==============================================================================
--- nlog4j/trunk/docs/css/site.css      (original)
+++ nlog4j/trunk/docs/css/site.css      Wed Oct 19 15:50:43 2005
@@ -1,5 +1,5 @@
 body {
-   font-family: Times New Roman, Tinmes, serif; 
+   font-family: "Times New Roman", Times, serif; 
    padding: 0px;
    margin: 0px;
    width: 58em;
@@ -19,7 +19,7 @@
 }
 
 div#banner {
-  margin-left:  1em;
+  margin-left:  1ex;
 }
 
 div#banner table, div#footer table {
@@ -28,17 +28,16 @@
 
 div#leftcol {
   position: absolute;
-  width: 10em;
-  left: 1em;
+  width: 12.5em;
+  left: 1ex;
   margin-top: 1ex;
   padding-left: 1ex;
-  padding-right: 1ex;
 }
 
 div.centercol, div#footer {
   border-top: 1px solid #000;
-  margin-left: 14.5em;
-  padding-left: 1em;
+  margin-left: 15em;
+  padding-left: 0em;
   margin-right: 1em;
 }
 
_______________________________________________
nlog4j-dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/nlog4j-dev

Reply via email to