[svn r5773] Extensive fiddlings, aiming to achieve XHTML compilance for Stuart's automatically generated pages.

This commit is contained in:
dl267 2004-04-21 21:10:31 +02:00
parent 142363edf3
commit eb2d725972
2 changed files with 23 additions and 16 deletions

View File

@ -1,3 +1,4 @@
<!-- THIS STYLESHEET IS DEPRECATED -->
<style type="text/css">
<!--
body, td, center, ul, ml, p, input { font-family: sans-serif }

View File

@ -1,5 +1,12 @@
<!--
body, td, center, ul, ml, p, input { font-family: sans-serif }
body, td, center, ul, p, input { font-family: sans-serif }
table#cavepage { border: 0pt; width: 100%; font-size: 160%}
table#cavepage th#kat_no { text-align: left; width: 25%}
table#cavepage th#name { text-align: center; width: 50%}
table#cavepage th#status { text-align: right; width: 25%}
ul { padding-left: 20px; list-style-image: url(../../icons/lists/0.png) }
ul ul { padding-left: 24px; list-style-image: url(../../icons/lists/1.png) }
ul ul ul { padding-left: 32px; list-style-image: url(../../icons/lists/2.png) }
ul ul ul ul { padding-left: 32px; list-style-image: url(../../icons/lists/3.png) }
td.navbar { line-height: 140% }
td.titlebar { background: #eeeeff }
td.frontpage { padding-left: 2% }
@ -13,5 +20,4 @@ img.onright { vertical-align: top; float: right; padding-left: 10pt;
padding-bottom: 10pt; padding-right: 8pt }
table.imgtable { width: 100% }
td.imgtable { vertical-align: top }
-->