summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-22 22:28:55 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-23 05:41:49 -0700
commit040c840b66e588678a62aea680f80c42bd5f2d4a (patch)
tree21ac28c224e910d728a2f598352659ab1ac6ee73 /lib
parent367e6a8983a6d0fbd76fd36b6627e8adc35332da (diff)
Make g-inline more specific, replace universal selector with an li since this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits.
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 2a8eddb2..e87e01a1 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -482,7 +482,7 @@ div#g-action-status {
/* Inline layout ~~~~~~~~~~ */
-.g-inline * {
+.g-inline li {
float: left;
margin-right: .4em;
}