summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-22 22:28:55 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-22 22:28:55 -0600
commit80c6bf789b4a9925e86abdb3275cc570f9c2d6ad (patch)
treee82d4fe4ee0e5bda8829b7420a3c779cfadfdca5 /lib
parentba62fb4b0e9fe2d64803c165a21756e0919c0238 (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 77653d00..51d50dfc 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;
}