instiki/vendor/plugins/maruku/tests/others/style.css
Jacques Distler 1085168bbf Update to latest HTML5lib, Add Maruku testdir
Sync with the latest html5lib.
Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
2008-01-08 00:01:35 -06:00

27 lines
553 B
CSS

BODY {
font-size: .7em;
max-width: 40em;
}
PRE {
margin-left: 3em;
background-color: #eef;
padding: 3px;
}
DL,DT,DD { padding: 5px; margin: 10px;}
DL { border: solid 3px black;}
DT { border: solid 3px blue;}
DD { border: solid 3px red;}
P { border: solid 3px #888;}
TR { border: solid 2px #888; padding: 3px;}
TD,TH { border: solid 1px #888; padding: 3px; margin: 3px; }
TABLE { border: solid 4px black; padding: 3px;}
TBODY, THEAD { border: solid 3px #888; padding: 3px;}
IMG { min-width: 40px; min-height: 40px; border: solid 2px yellow;}