diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 13:29:04 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 13:29:04 +0200 |
commit | de43e985595d7b4ac6832b790715f77297da06d5 (patch) | |
tree | 47408c010954c3e742aefbdad8f4ab1a47665c29 /skins/archlinux/arch.css | |
parent | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (diff) |
Fix content offset
Diffstat (limited to 'skins/archlinux/arch.css')
-rw-r--r-- | skins/archlinux/arch.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index c7796591..e187b868 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -23,13 +23,13 @@ a.new, #p-cactions .new a { color: #b00 !important; } /* bump down the action tabs (page, discuss, edit, etc.) */ #p-cactions { top: 7.5em; } /* first for IE6 */ -#p-cactions { top: 87px; } +#p-cactions { top: 97px; } /* and now for the rest */ html > body #p-cactions { top: 92px; } /* bump down the main content to make room for navbar */ -#content { margin-top: 3.6em; } -#content { margin-top: 46px; } +#content { top: .8em; } +#content { top: 10px; } /* shrink the content just enough to show off the borders */ #globalWrapper { width: 99%; } |