diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-09-13 19:54:22 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-09-13 19:54:22 -0400 |
commit | ab8d75a50330b0700ab6a1f22ec4f87c4beb9501 (patch) | |
tree | a4fd350ca43c7c9922c0c5ceef4ee9e404ff39e1 /static/style/flexy-nuts-serif.css | |
parent | ba6e07941261f27830fd4828dc0060a191490101 (diff) | |
download | bnewnet-ab8d75a50330b0700ab6a1f22ec4f87c4beb9501.tar.gz bnewnet-ab8d75a50330b0700ab6a1f22ec4f87c4beb9501.zip |
fixed flexy margin style
Diffstat (limited to 'static/style/flexy-nuts-serif.css')
-rw-r--r-- | static/style/flexy-nuts-serif.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |