From 73f9593f3c1bb1977c43105fea1ccd70103febcc Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Mon, 2 May 2011 18:35:13 +0100 Subject: [PATCH] minor style changes * decreased heading line-heights * added specific color to match background-color of code styles --- css/basic.css | 1 + css/content.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/basic.css b/css/basic.css index ef209d5..8529bcd 100644 --- a/css/basic.css +++ b/css/basic.css @@ -33,6 +33,7 @@ caption, legend { color: __text_neu__; background-color: inherit; padding: 0; + line-height: 1.2; clear: left; /* ideally 'both', but problems with toc */ } diff --git a/css/content.css b/css/content.css index 57c313d..92c4abc 100644 --- a/css/content.css +++ b/css/content.css @@ -62,7 +62,7 @@ .dokuwiki samp, .dokuwiki kbd { background-color: __background_alt__; - color: inherit; + color: __text__; } /* fix if background-color hides underlining */ .dokuwiki em.u code {