]> git.llucax.com Git - software/blitiri.git/commitdiff
Use a fixed width in the default style sheet
authorLeandro Lucarella <luca@llucax.com.ar>
Thu, 7 Aug 2008 16:10:25 +0000 (13:10 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 8 Aug 2008 22:53:19 +0000 (19:53 -0300)
blitiri.cgi

index f13e59a5c0f03450d29fa5942007ebe7da4de0c7..829a8cd8f34dd8fb869b6f6617ba19112534a4be 100755 (executable)
@@ -131,16 +131,17 @@ default_css = """
 body {
        font-family: sans-serif;
        font-size: small;
+       width: 52em;
 }
 
 div.content {
-       width: 50%;
+       width: 96%;
 }
 
 h1 {
        font-size: large;
        border-bottom: 2px solid #99F;
-       width: 60%;
+       width: 100%;
        margin-bottom: 1em;
 }
 
@@ -183,7 +184,7 @@ hr {
        height: 2px;
        border: 0;
        background-color: #99F;
-       width: 60%;
+       width: 100%;
 }
 
 div.footer {