--- screen.css.original 2012-12-13 12:54:13.000000000 +1300 +++ screen.css 2013-08-02 12:00:08.000000000 +1200 @@ -535,10 +535,12 @@ div#content .dokuwiki h1 a, div#content .dokuwiki h2 a, div#content .dokuwiki h3 a, div#content .dokuwiki h4 a, -div#content .dokuwiki h5 a, div#content .dokuwiki h6 a { color: __text__; } +div#content .dokuwiki h5 a { + color: __background__; +} div#content .dokuwiki h1 a:hover, div#content .dokuwiki h2 a:hover, div#content .dokuwiki h3 a:hover, @@ -571,6 +573,7 @@ div#content .dokuwiki h4 { } div#content .dokuwiki h5 { font-size: 100%; + color: __background__; } div#content .dokuwiki h6 { font-size: 80%; @@ -629,7 +632,7 @@ div.dokuwiki li.closed { div#content div.dokuwiki li { margin-left: 0; - margin-bottom: 1px; + margin-bottom: 0; } /* quotes */ @@ -678,6 +678,8 @@ line-height: 1.2em; padding: 0.5em; border-style: dashed; + overflow: scroll; + width: 800px; } div#content .dokuwiki dl.file, div#content .dokuwiki dl.file dd { @@ -1338,3 +1343,7 @@ textarea, #font-weight: bold; #border-left: 1px dashed __background__; /* invisible border triggers IE to render the stuff */ } + +div.tab { + margin-top:-1px; +}