From 230cb5f01fbb9948ce5dd067e87535f9c012779c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Apr 2003 21:57:09 +0000 Subject: [project @ 2003-04-09 21:57:09 by bursa] Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119 --- !NetSurf/Resources/CSS,0cc | 37 ------------------------------------- !NetSurf/Resources/CSS,f79 | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 !NetSurf/Resources/CSS,0cc create mode 100644 !NetSurf/Resources/CSS,f79 (limited to '!NetSurf/Resources') diff --git a/!NetSurf/Resources/CSS,0cc b/!NetSurf/Resources/CSS,0cc deleted file mode 100644 index 9bdc141d8..000000000 --- a/!NetSurf/Resources/CSS,0cc +++ /dev/null @@ -1,37 +0,0 @@ -html { font-size: medium } - -address, blockquote, body, br, 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:inline} - -h1 { font-size: xx-large; font-weight: bold; } -h2 { font-size: x-large; } -h3 { font-size: large; font-weight: bold; } -h4 { font-size: medium; font-weight: bold; } -h5 { font-size: medium; font-style: italic; } -h6 { font-size: medium; font-style: italic; } -b, strong { font-weight: bold; } -i, em { font-style: italic; } -a { color: #00f; } -th { font-weight: bold; } - -hr { background-color: #000; height: 1px; } - -center { text-align: center; } diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 new file mode 100644 index 000000000..9bdc141d8 --- /dev/null +++ b/!NetSurf/Resources/CSS,f79 @@ -0,0 +1,37 @@ +html { font-size: medium } + +address, blockquote, body, br, 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:inline} + +h1 { font-size: xx-large; font-weight: bold; } +h2 { font-size: x-large; } +h3 { font-size: large; font-weight: bold; } +h4 { font-size: medium; font-weight: bold; } +h5 { font-size: medium; font-style: italic; } +h6 { font-size: medium; font-style: italic; } +b, strong { font-weight: bold; } +i, em { font-style: italic; } +a { color: #00f; } +th { font-weight: bold; } + +hr { background-color: #000; height: 1px; } + +center { text-align: center; } -- cgit v1.2.3