diff options
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 */ |