diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/style/default.css b/static/style/default.css index f8ec391..5f11aa2 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -38,7 +38,7 @@ hr { padding: 1px; background-color: black; padding: 0px; - width: 100%; + width: 101%; border: none; margin: 0px; border-top: 8px solid #FFFFFF; @@ -152,7 +152,7 @@ pre.large { .content { background-color: #FFFFFF; margin-left: 4%; - width: 680px; + width: 720px; margin-top: 0px; margin-bottom: 0px; padding-left: 5px; @@ -166,7 +166,7 @@ pre.large { font-style: italic; font-family: sans-serif; text-align: center; - width: 680px; + width: 720px; margin-bottom: 5px; margin-top: 0px; border-top: 2px solid #000000; @@ -234,7 +234,7 @@ table.listing td.description { font-size: 14px; color: #EEEEEE; float: center; - width: 684px; + width: 724px; border-right: 200px solid #993333; padding-top: 2px; padding-bottom: 0px; |