aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/index.php2
-rw-r--r--web/ioq3.css17
2 files changed, 7 insertions, 12 deletions
diff --git a/web/index.php b/web/index.php
index 018d14b..a4baf8f 100644
--- a/web/index.php
+++ b/web/index.php
@@ -32,7 +32,7 @@ foreach ($navlist as $file => $alias) {
<div id="footer">
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">Valid CSS</a> |
<a href="http://validator.w3.org/check?uri=http://icculus.org<?php
-echo $_SERVER['REQUEST_URI'];?>">Valid XHTML</a> |
+echo $_SERVER['REQUEST_URI'];?>&warning=0">Valid XHTML</a> |
<a href="http://icculus.org">icculus.org</a>
<br />
Website Design by <a href="http://floam.sh.nu" title="floam">Aaron Gyes</a>
diff --git a/web/ioq3.css b/web/ioq3.css
index 5396db5..a0a1b68 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -9,12 +9,11 @@ body, html {
#content {
float: left;
clear: left;
- padding: 1em;
+ width: 100%;
}
#footer {
clear: left;
- background-color: transparent;
color: #4d4d4d;
border-top: 1px dashed #222;
font-size: .8em;
@@ -23,12 +22,10 @@ body, html {
#footer a {
color: #4b4b4b;
- background-color: transparent;
}
#footer a:hover {
color: black;
- background-color: transparent;
}
#navigation {
@@ -51,14 +48,12 @@ body, html {
:link, :visited {
color: black;
- background-color: transparent;
font-weight: bold;
text-decoration: underline;
}
h1, :link:hover, :visited:hover {
color: maroon;
- background-color: transparent;
}
h1 {
@@ -70,30 +65,29 @@ h1 {
h2 {
color: #440000;
- background-color: transparent;
font-size: 1.25em;
+ padding: 0 1em 0 1em;
}
h3 {
color: #440000;
- background-color: transparent;
font-size: 1em;
- margin: .5em 0 .5em 0;
+ margin: .5em 1em .5em 1em;
}
img {
border: 1px solid black;
- margin: .5em;
+ margin: .5em 1em .5em .5em;
}
table {
border: none;
border-spacing: 0;
+ margin-left: 1em;
}
caption {
color: maroon;
- background-color: transparent;
font-variant: small-caps;
}
@@ -113,6 +107,7 @@ td {
}
p {
+ padding: 1em;
text-align: justify;
}