diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:48:54 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:48:54 -0600 |
commit | f2b6ec6637c130044cc08ff186433f10ad2f3839 (patch) | |
tree | a567261190b76eb2c94a82f2d35d64763415fd71 /lib | |
parent | 99db7e274818e4c3331cf55aba1d8a47d6ab8dde (diff) |
Move tag css from theme to the module. Introduced generic .g-inline class for inline elements, including lists and forms.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index b8d1eae9..23262087 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -283,7 +283,9 @@ form .g-error { width: 40%; } -.g-list-horizontal { +.g-inline * { + float: left; + margin-right: .4em; } /* Dialogs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |