[arch-releng] [PATCH 1/2] releng: Place helptext closer to its option list

Tom Willemsen ryuslash at gmail.com
Sun May 15 09:00:49 EDT 2011


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

Signed-off-by: Tom Willemsen <ryuslash at gmail.com>
---
 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



More information about the arch-releng mailing list