diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:07:07 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:07:07 -0800 |
commit | 85e4497e16a33fddf943e6c506847d7354d527dd (patch) | |
tree | 41aebd26ac590a1caa2b95aa44de959a9067000d | |
parent | beb63a83804e57050a23b3a90ebed93be41b6769 (diff) | |
parent | ca6c8c5b87abaa77cf227532f73685b80224244e (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r-- | lib/gallery.common.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 2cbce900..f199ba45 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -87,7 +87,10 @@ option:focus { color: #000; } -input.checkbox { +input.checkbox, +input[type=checkbox], +input.radio, +input[type=radio] { float: left; margin-right: .4em; } |