mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-01 02:26:58 +03:00
e78ea408f3
Changed float representation in box tree to implement floated tables. svn path=/import/netsurf/; revision=25
25 lines
819 B
CSS
25 lines
819 B
CSS
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, font, span,
|
|
var { display: inline } */
|
|
li { display: /* list-item */ block }
|
|
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 }
|
|
img { display:none}
|
|
|
|
h1 { font-size: xx-large; text-align: center }
|