aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-08 20:30:21 +0000
committervdigital <vdigital@piwigo.org>2008-10-08 20:30:21 +0000
commit325b275c960712851ce9143481367fcc29be1acc (patch)
tree16380a09f51ec0d757da439332880a7d49999a9a /template/yoga/content.css
parent49227fd6d7e1ce0e57da6c197fb5bbc898753024 (diff)
CSS Conformity (1 of n)
git-svn-id: http://piwigo.org/svn/trunk@2693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 8ce56278a..ca6762f9f 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -109,11 +109,13 @@ TABLE.calMonth {
TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
vertical-align: top;
- font: bold 18px;
+ font-weight: bold;
+ font-size: 18px;
}
TD.calDayHead {
- font: bold 12px;
+ font-weight: bold;
+ font-size: 12px;
text-align: center;
}