diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-22 13:25:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-22 13:25:55 -0700 |
commit | 9bdeb726acf4eaaa26e5a90672c8646361fcef9c (patch) | |
tree | dc7c81d87b40510aa18d3c6e00c3ae9a794a3040 | |
parent | a5eb5e3e80da0200bd70a503ecf3697bec542dde (diff) |
Fix indentation
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index b6d5bdb9..b6e2e1b8 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -414,7 +414,7 @@ form .gError, /* Layout containers ~~~~~~~~~~~~~~~~~~~~~ */ #gHeader { - background-color: #e8e8e8; + background-color: #e8e8e8; border-bottom: 1px solid #fff; font-size: .8em; margin-bottom: 1em; @@ -435,7 +435,7 @@ form .gError, } #gFooter { - background-color: #e8e8e8; + background-color: #e8e8e8; border-top: 1px solid #ccc; font-size: .8em; margin-top: 20px; |