diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 50f5d442b..11e048865 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -42,7 +42,6 @@ /* header (begin) */ #header { margin-bottom: 1em; - padding-bottom: 2px; } #header form, #header form input, @@ -149,7 +148,7 @@ */ #footer { clear: both; - margin-top: 5px; + margin-top: 1em; width: 100%; background: #edf2f2; border-top: 1px solid #ddd; |