aboutsummaryrefslogtreecommitdiffstats
path: root/themes/clear
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-04-10 20:33:43 +0000
committerrvelices <rv-github@modusoptimus.com>2012-04-10 20:33:43 +0000
commit5a57e04e9488de94a34470520d885bff1d40c7fd (patch)
treee5150af5260cdbbc93ee4610b62e6d56f120b68a /themes/clear
parent74a8eb6b41ec603abbccfd0d8a06fd6f903b6a85 (diff)
- remove/comment unused css
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/clear')
-rw-r--r--themes/clear/theme.css4
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 */
}