applied Kai's change to remove justify - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 3f5e1d4c845839f51b17e904784288f04011f193
 (DIR) parent 8de9601e48182167db44bf00eff76344973bb719
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Sat,  8 Dec 2012 09:50:19 +0100
       
       applied Kai's change to remove justify
       
       Diffstat:
         M pub/style.css                       |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/pub/style.css b/pub/style.css
       @@ -9,7 +9,7 @@ body {
        a {
                color: #058;
                text-decoration: none;
       -} 
       +}
        
        a:hover {
                background-color: #eee;
       @@ -97,7 +97,7 @@ h4 {
        
        #nav ul {
                margin: 0;
       -        padding: 0; 
       +        padding: 0;
        }
        
        #nav li {
       @@ -123,8 +123,7 @@ h4 {
        }
        
        #main {
       -        text-align: justify;
       -        margin: 0 0 0 200px; 
       +        margin: 0 0 0 200px;
                padding: 1.5em;
                max-width: 50em;
        }