Rethicken borders to 1mm from 0.05mm (was supposed to be 0.5mm anyway)
authorclinton <clinton@unknownlamer.org>
Thu, 29 Jan 2009 21:44:16 +0000 (21:44 +0000)
committerclinton <clinton@unknownlamer.org>
Thu, 29 Jan 2009 21:44:16 +0000 (21:44 +0000)
default.css

index d7ac726..630159e 100644 (file)
@@ -195,7 +195,7 @@ div.contents dd
   div.contents
   {
     background-color: #DFDFDF;
-    border-width: 0.05mm;
+    border-width: 1mm;
     float: left;
     margin-right: 2em;
   }
@@ -270,7 +270,7 @@ table.image tr td.image-caption
   .image
   {
     background-color: #CCCCCC;
-    border-width: 0.05mm;
+    border-width: 1mm;
     page-break-inside: avoid;
     page-break-after: auto;
     page-break-before: auto;
@@ -384,7 +384,7 @@ p.cke-buttons img
   {
     color: #000000;
     background-color: #F5F5F5;
-    border-width: 0.05mm;
+    border-width: 1mm;
     font-size: 8pt;
   }
 }