diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
commit | 179106efaff17b4fa25667381244ebc46789885e (patch) | |
tree | 4028ff34f051574b8afc93d922bcca4b2473d38f /template/yoga/content.css | |
parent | c5970aba221881d9788197115fd17ab863d72269 (diff) |
- removed unused code from the calendar
- removed some unused css rules, simplified css a bit and made some rule grouping (nothing important)
git-svn-id: http://piwigo.org/svn/trunk@2101 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 3c75585cd..2d3af7b9e 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -36,7 +36,8 @@ BODY#theNBMPage #content } #content .pageNumberSelected { - font-style: italic; + font-style: italic; + font-weight: bold; } #content .additional_info { @@ -180,6 +181,7 @@ DIV.calImg { position: absolute; text-align: left; vertical-align: top; + color: #000; } .calForeDate { @@ -189,6 +191,7 @@ DIV.calImg { position: absolute; text-align: left; vertical-align: top; + color: #fff; } /* Category thumbnails on main page, CSS code inspired from MOD subcatify */ |