On Sun, May 15, 2011 at 8:00 AM, Tom Willemsen <ryuslash@gmail.com> wrote:
Place all the elements with the helptext class that follow a <ul> closer to the <ul>.
Signed-off-by: Tom Willemsen <ryuslash@gmail.com> Is this good to go across the standard-compliant browsers? Looks like it from here at least, so I'll get this applied: http://www.quirksmode.org/css/contents.html
--- media/archweb.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/media/archweb.css b/media/archweb.css index 504c827..9832d58 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -264,6 +264,7 @@ ul.admin-actions li { display: inline; padding-left: 1.5em; } #releng-feedback label { width: auto; display: inline; font-weight: normal; } #releng-feedback ul { padding-left: 1em; } #releng-feedback li { list-style: none; } +#releng-feedback ul+.helptext { position: relative; top: -0.9em; }
/* highlight current website in the navbar */ #archnavbar.anb-home ul li#anb-home a { color: white !important; } -- 1.7.5.1