diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-11-04 01:46:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-11-04 01:46:17 +0000 |
commit | 43b7a7e8726997f60dba12d54aaddef092dd7f6e (patch) | |
tree | e87b798c0ebe1078363b365ee5859444934edd8b /template/yoga/theme | |
parent | 17334bdba335cba27b747dbacb5f8bef92e2f957 (diff) |
- removed some unused constants from constants.php
- removed some unused css rules
- removed unused code
git-svn-id: http://piwigo.org/svn/branches/2.0@2823 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index a99458458..f8f3c4fc8 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -1,7 +1,7 @@ /* $Id$ */ /* text color */ -BODY, H1, H3, DT, +BODY, H1, H3, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } |