diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 20:53:10 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 20:53:10 -0600 |
commit | 6ba60c82de2a4923a9f493de1c599d5933d66588 (patch) | |
tree | d0b8f986af2cfafd4c28a2c1903701403d7ada16 /lib | |
parent | a249460d63cd0727c0030f2d30f9054bb4589e11 (diff) |
Don't make g-editable items bold by default, let the theme or module handle font-weight of editable items.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index d0d41ecf..860b6164 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -201,7 +201,6 @@ input[type="reset"] { .g-active, .g-enabled, .g-available, -.g-editable, .g-selected, .g-highlight { font-weight: bold; |