From ab8d75a50330b0700ab6a1f22ec4f87c4beb9501 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 13 Sep 2007 19:54:22 -0400 Subject: fixed flexy margin style --- static/style/flexy-nuts-sans.css | 2 ++ static/style/flexy-nuts-serif.css | 2 ++ static/style/flexy-sane-sans.css | 2 ++ static/style/flexy-sane-serif.css | 2 ++ 4 files changed, 8 insertions(+) (limited to 'static') diff --git a/static/style/flexy-nuts-sans.css b/static/style/flexy-nuts-sans.css index fbf189a..3b416be 100644 --- a/static/style/flexy-nuts-sans.css +++ b/static/style/flexy-nuts-sans.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; } @@ -31,6 +32,7 @@ a:hover { color: yellow; } #top_bar { background-color: #FF00FF; } #top_bar_content { + margin-left: 15px; background-color: #FF00FF; border-right: 200px solid #FF00FF; } diff --git a/static/style/flexy-nuts-serif.css b/static/style/flexy-nuts-serif.css index 2dbe9b0..bd53c5f 100644 --- a/static/style/flexy-nuts-serif.css +++ b/static/style/flexy-nuts-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; } @@ -31,6 +32,7 @@ a:hover { color: yellow; } #top_bar { background-color: #FF00FF; } #top_bar_content { + margin-left: 15px; background-color: #FF00FF; border-right: 200px solid #FF00FF; } diff --git a/static/style/flexy-sane-sans.css b/static/style/flexy-sane-sans.css index 10d188e..ddeb121 100644 --- a/static/style/flexy-sane-sans.css +++ b/static/style/flexy-sane-sans.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,6 +31,7 @@ a:hover { color: blue; } #top_bar { background-color: #993333; } #top_bar_content { + margin-left: 15px; background-color: #993333; border-right: 200px solid #993333; } body { font-family: sans; } 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; } -- cgit v1.2.3