shithub: werc

Download patch

ref: c5beb0b38274fcef8e7f86efbf35853da3ed7211
parent: 80cb9b4e35417f140e6a838dd814130defe78585
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jun 3 05:03:46 EDT 2007

Small style tunning (center th's and make page text body a bit more narrow)

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -207,13 +207,13 @@
 /* ##### Main Copy ##### */
 
 #main-copy {
-  max-width: 80em;
+  max-width: 70em;
   color: black;
   background-color: transparent;
   text-align: justify;
   line-height: 1.5em;
   margin: 0em 0 0 15em;
-  padding: 0.5mm 5mm 5mm 5mm;
+  padding: 0.5mm 5mm 5mm 10mm;
   border-left: 1px solid rgb(153,153,153);
 }
 
@@ -331,6 +331,7 @@
 th {
     background-color: #abc;
     border: solid 1px black;
+    text-align: center;
 }
 td {
     background-color: #def;