From de43e985595d7b4ac6832b790715f77297da06d5 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 13:29:04 +0200 Subject: Fix content offset --- skins/archlinux/arch.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skins') 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%; } -- cgit v1.2.2