diff options
author | francis <francis> | 2008-01-21 12:28:06 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-21 12:28:06 +0000 |
commit | 9d01e69a85fc7510810e24bd1c2202a3be492592 (patch) | |
tree | f4ee5bdab4cb37d6fd40513972c45a8ab5167e1f | |
parent | ac27b51ac5935fb9da37f1333b958f2dacb0308a (diff) |
Proper margin below request bubbles.
Correct colour for footer border.
-rw-r--r-- | public/stylesheets/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index c4209fb31..625488b5d 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -124,7 +124,7 @@ a:active { #footer { padding: 3px; - border-top: solid 1px #527b10; + border-top: solid 1px #4e451b; font-size: 90%; text-align: center; width: 75%; @@ -277,6 +277,7 @@ table#list_requests .odd { #request_main { float: left; width: 70%; + margin-bottom: 2em; } #request_sidebar { |