releng: Place helptext closer to its option list

Place all the elements with the helptext class that follow a <ul>
closer to the <ul>.

Signed-off-by: Tom Willemsen <ryuslash@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Tom Willemsen 2011-05-15 15:00:49 +02:00 committed by Dan McGee
parent 2261cf40bc
commit d20b20bd8a

View File

@ -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; }