diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-11-22 20:13:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-11-22 20:13:09 +0000 |
commit | 5f69a2ff0201edf27f0d850f32231d91e723533c (patch) | |
tree | 84b28471025d65e8f8fd91675ff71057b562b22c /themes/clear/theme.css | |
parent | 45b1d97556271bfcbeabdce1af47f39b8d619268 (diff) |
simplification of CSS rules (trunk only)
git-svn-id: http://piwigo.org/svn/trunk@7843 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/clear/theme.css')
-rw-r--r-- | themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index a39317853..c59fb9718 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -67,7 +67,7 @@ A.navThumb, A.navThumb:hover { } /*calendar elements*/ -SPAN.calItem, SPAN.calItemEmpty +.calItem, .calItemEmpty { border: 1px solid silver; } |