aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/include/home.php2
-rw-r--r--web/ioq3.css4
2 files changed, 4 insertions, 2 deletions
diff --git a/web/include/home.php b/web/include/home.php
index 2703297..0f9e31a 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -1,5 +1,5 @@
<p>Quake 3 source code was released on August 20th by the fine folks at id Software. We thank them for that, and are continuing the mission of a Quake 3 that is without fault.</p>
-<img src="images/quake3.jpg" class="right" />
+<img src="images/quake3.jpg" class="right" alt="Logo" />
<h2>What's the point?</h2>
<p>This project aims to build upon id Software's Quake 3 source code release.
The source was released on August 20, 2005 under the GPL license. Since then, we have
diff --git a/web/ioq3.css b/web/ioq3.css
index 4a2ded2..35e1444 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -14,11 +14,12 @@ body, html {
#footer {
clear: left;
- color: #4d4d4d;
background-color: transparent;
+ color: #4d4d4d;
border-top: 1px dashed #222;
padding-top: .3em;
font-size: .8em;
+ padding: .35em;
}
#footer a {
@@ -91,6 +92,7 @@ th {
}
td {
+ color: black;
background-color: #8f8f8f;
border-bottom: 1px dashed #777;
border-right: 1px dashed #777;