fixed formatting for combined styles (#1)

This commit is contained in:
Anika Henke 2010-12-04 11:56:09 +00:00
parent 1a173f95f0
commit edf68fefc4
2 changed files with 6 additions and 1 deletions

View file

@ -170,8 +170,9 @@ acronym, abbr {
} }
pre, code, samp, kbd { pre, code, samp, kbd {
font: normal 1em Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace;
/* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */ /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
font-size: 1em;
direction: ltr; direction: ltr;
text-align: left; text-align: left;
} }

View file

@ -64,6 +64,10 @@
background-color: __background_alt__; background-color: __background_alt__;
color: inherit; color: inherit;
} }
/* fix if background-color hides underlining */
.dokuwiki em.u code {
text-decoration: underline;
}
.dokuwiki pre { .dokuwiki pre {
border: 1px solid __border__; border: 1px solid __border__;
padding: 0 .2em; padding: 0 .2em;