From: Leandro Lucarella Date: Thu, 7 Aug 2008 16:10:25 +0000 (-0300) Subject: Use a fixed width in the default style sheet X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/453ef6e633943c6f8bab3c719e24668aeba34836 Use a fixed width in the default style sheet --- diff --git a/blitiri.cgi b/blitiri.cgi index f13e59a..829a8cd 100755 --- a/blitiri.cgi +++ b/blitiri.cgi @@ -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 {