diff --git a/documentation.php b/documentation.php index 674d9ec..c2a302b 100644 --- a/documentation.php +++ b/documentation.php @@ -8,111 +8,106 @@ + + - - + + + - - - + + + + + + -
- -
+ + +
+ There are no errata for this release."; } - } - tableHeader("100%", featureBgColor); - ?>
+ + + +
- - - + +
+ - - -
+ program_doc_list ("QuakeForge 0.3", $program_list, ""); +?> diff --git a/lib/table.php b/lib/table.php index e115284..c4c5a1c 100644 --- a/lib/table.php +++ b/lib/table.php @@ -34,10 +34,7 @@ */ function tableBoxHeader ($bgColor, $borderColor) { - echo '' . - ' ' . - ' ' . - ' ' . - '
' . - ' '; + echo '
'; } /* @@ -47,10 +44,7 @@ */ function tableBoxFooter () { - echo '
' . - '
'; + echo ''; } /* diff --git a/styles/quakeforge.css b/styles/quakeforge.css index 1be5d71..32dc16f 100644 --- a/styles/quakeforge.css +++ b/styles/quakeforge.css @@ -1,6 +1,5 @@ BODY { background: black; - background-image: none; color: white; } @@ -21,9 +20,31 @@ P.centered { text-align: center; } -TD.featureBox { - font-size: small; - background: rgb(38,40,51); +TABLE.featureBox { + background: #737b9c; + border: solid #737b9c 1px; + margin: 0px; + padding: 0px; +} + +TABLE.featureBox TH { + border: none; + margin: 0px; + padding: 0px; +} + +TABLE.featureBox TD { + background: #262633; + border: solid #737b9c 1px; + margin: 0px; + padding: 6pt; +} + +TABLE.featureBox TD.inside { + background: #262633; + border: none; + margin: 1px; + padding: 1pt; } H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }