diff options
-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; |