summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-03-12 01:56:11 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-03-12 01:56:11 +0000
commit7d9217fc20bf82d119a13e2c09406f4d0e30e935 (patch)
treedeb31b224adc4d119adc647cdbea9505c206ccc8 /misc
parente3eb95d950747a2cc6e42642bcb5e042c67d89d2 (diff)
downloadbrdo-7d9217fc20bf82d119a13e2c09406f4d0e30e935.tar.gz
brdo-7d9217fc20bf82d119a13e2c09406f4d0e30e935.tar.bz2
- #47841: Sort help items alphabetically (and prettify output)
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index bfd4d987e..1875b3477 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -539,6 +539,18 @@ ul.secondary a.active {
}
/*
+** Help module
+*/
+.help-items {
+ float: left;
+ width: 22%;
+ padding-right: 3%;
+}
+.help-items-last {
+ padding-right: 0;
+}
+
+/*
** Autocomplete styles
*/
/* Suggestion list */