diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:35:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:35:08 +0000 |
commit | 5ba350a8dc852caeafd626620d8a97a45e19275c (patch) | |
tree | 52b38462775376e9894dc87854cbe201b55e885f /themes/clear | |
parent | e0518947f3bdf59c85f04366c6e161132a6c1c70 (diff) |
simplified clandar bar template and css (also better alignment)
git-svn-id: http://piwigo.org/svn/trunk@25232 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/clear')
-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 f6d8ca258..a7c64fa51 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -72,7 +72,7 @@ A.navThumb, A.navThumb:hover { } /*calendar elements*/ -.calItem, .calItemEmpty +.calItem { border: 1px solid silver; } |