Browse Source

minor style changes

* decreased heading line-heights
* added specific color to match background-color of code styles
master
Anika Henke 13 years ago
parent
commit
73f9593f3c
  1. 1
      css/basic.css
  2. 2
      css/content.css

1
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 */
}

2
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 {

Loading…
Cancel
Save