diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:21:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:21:37 +0000 |
commit | 0db762f1f53b25e15d183a0caf2a232c4f79eaff (patch) | |
tree | e5160ab363d612cf86223e39658f8063674dea54 /template/yoga/content.css | |
parent | d04fd1d44ef631d69098c007dd3706df04a7f73b (diff) |
- removed 3 unused rules from thumbnails.css
- changed default font-family to Arial,Helvetica,sans-serif because it is widely used, available on most platforms with a very good utf-8 coverage while Univers, Helvetica, Optima, "Bitstream Vera Sans" were not even all sans serif
git-svn-id: http://piwigo.org/svn/trunk@2593 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 40aa4a37d..8ce56278a 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -109,11 +109,11 @@ TABLE.calMonth { TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank { vertical-align: top; - font: bold 18px Arial, Helvetica, sans-serif; + font: bold 18px; } TD.calDayHead { - font: bold 12px Arial, Helvetica, sans-serif; + font: bold 12px; text-align: center; } |