X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;h=5c6c147f547ad55ac2f74c9f59487f9065da0a35;hb=e4819b66649d4963a0661cba603c2967b02a6b80;hp=0b97e768beb8085f1665ea24810b27e90bb4eb59;hpb=b2786d791c97b51fee5f5c628d2819fc58c03d8e;p=rodin%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 0b97e76..5c6c147 100644 --- a/tests/style.css +++ b/tests/style.css @@ -20,44 +20,41 @@ * background-color (#hex-value) * text-align (left/right/center) */ - - -normal { - font-family: 'times'; +buffer.normal { font-size: 12; } -header { +buffer.header { font-size: 18; font-weight: bold; text-align: center; } -subheader { +buffer.subheader { font-size: 14; font-weight: bold; } -alert { +buffer.alert { color: #aa0000; font-weight: bold; } -note { +buffer.note { color: #aaaa00; font-weight: bold; } -block-quote { +buffer.block-quote { text-align: center; font-style: italic; } -input { +buffer.input { } -user1 { +buffer.user1 { } -user2 { +buffer.user2 { }