shithub: werc

Download patch

ref: 9ee98142e778cc3146700aaa0738bd8add5588ff
parent: a66887bcdba6dd081902d5e1e95988f599a5f4cb
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jun 24 03:10:53 EDT 2007

Add an extra em of width to sidebar

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -119,7 +119,7 @@
 /* ##### Side Boxes ##### */
 
 #side-bar {
-  width: 15em;
+  width: 16em;
   float: left;
   clear: left;
   border-right: 1px solid rgb(153,153,153);
@@ -212,7 +212,7 @@
   background-color: transparent;
   text-align: justify;
   line-height: 1.5em;
-  margin: 0em 0 0 15em;
+  margin: 0em 0 0 16em;
   padding: 0.5mm 5mm 5mm 10mm;
   border-left: 1px solid rgb(153,153,153);
 }