aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-22 20:13:09 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-22 20:13:09 +0000
commit5f69a2ff0201edf27f0d850f32231d91e723533c (patch)
tree84b28471025d65e8f8fd91675ff71057b562b22c /themes/Sylvia
parent45b1d97556271bfcbeabdce1af47f39b8d619268 (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/Sylvia')
-rw-r--r--themes/Sylvia/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index 4977c862f..3e2708c1d 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -307,12 +307,12 @@ input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStar
clear:both;
list-style-type:none;
}
-span.calItem {
+.calItem {
border:1px solid #666;
margin:0 5px;
padding:2px 5px 0 8px;
}
-span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
+.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
border:1px solid #666;
}
A, INPUT.rateButton {