diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 00:55:07 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 00:55:07 -0500 |
commit | 656aa3fb04619acf6def97380100d5cbe52ae638 (patch) | |
tree | 50d0c67604fb01bd9e747456c480f41446384ab3 /static | |
parent | 1ed6fb381f26f0240ec7211852d2eecddec18094 (diff) | |
download | bnewnet-656aa3fb04619acf6def97380100d5cbe52ae638.tar.gz bnewnet-656aa3fb04619acf6def97380100d5cbe52ae638.zip |
fix footer bar issue
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index fe5b83e..084475c 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -153,7 +153,7 @@ pre.large { font-style: italic; /* font-family: sans-serif; */ text-align: center; - width: 720px; + width: 724px; margin-bottom: 5px; margin-top: 0px; border-top: 2px solid #000000; |