diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-04-10 20:33:43 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-04-10 20:33:43 +0000 |
commit | 5a57e04e9488de94a34470520d885bff1d40c7fd (patch) | |
tree | e5150af5260cdbbc93ee4610b62e6d56f120b68a /themes/clear/theme.css | |
parent | 74a8eb6b41ec603abbccfd0d8a06fd6f903b6a85 (diff) |
- remove/comment unused css
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index a75131f2d..f6d8ca258 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,12 +1,12 @@ /* text color */ -BODY, H1, H2, H3, DT, +BODY, H1, H2, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } /* backgrounds */ -BODY, H3 { +BODY { background-color: #ffffff; /* white */ } |