diff options
Diffstat (limited to 'static/style/flexy-sane-serif.css')
-rw-r--r-- | static/style/flexy-sane-serif.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style/flexy-sane-serif.css b/static/style/flexy-sane-serif.css index eec5837..dc37298 100644 --- a/static/style/flexy-sane-serif.css +++ b/static/style/flexy-sane-serif.css @@ -4,6 +4,7 @@ margin-top: 0px; margin-bottom: 0px; margin-right: 250px; + margin-left: 15px; padding-left: 15px; padding-right: 5px; padding-bottom: 5px; } @@ -30,5 +31,6 @@ a:hover { color: blue; } #top_bar { background-color: #993333; } #top_bar_content { + margin-left: 15px; background-color: #993333; border-right: 200px solid #993333; } |