diff options
author | Tom Willemsen <ryuslash@gmail.com> | 2011-05-15 15:00:49 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-05-15 11:11:22 -0500 |
commit | d20b20bd8ac66ff8c05e4a6b40a72fc25419075a (patch) | |
tree | 10ff290eb0ebe5417d55b0d728cc3b06c9566864 | |
parent | 2261cf40bc5e4a43cc8c1618eb54267da8805f89 (diff) |
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>
-rw-r--r-- | media/archweb.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/archweb.css b/media/archweb.css index 504c8270..9832d586 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; } |