summaryrefslogtreecommitdiff
path: root/render/test/test1.css
blob: 2158e3a7ad984053637a64c9a15d0e768a3800a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
html { font-size: medium }

address, blockquote, body, dd, div, 
dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html,
object, ol, p, ul
hr, menu, pre   { display: block }
a, abbr, acronym, b, code
em, i, q, s, strong, u,
var             { display: inline }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }

h1 { font-size: xx-large; text-align: center }