diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-03 05:33:55 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-03 05:33:55 +0000 |
commit | d49c97de78c455a59057679cc7b15fda5379a344 (patch) | |
tree | ff1ffc1ab6a61ceceab868b67de06add5723341b | |
parent | 403e63d4cb80b1d188dd7a6b44009e91284973da (diff) | |
download | ioquake3-aero-d49c97de78c455a59057679cc7b15fda5379a344.tar.gz ioquake3-aero-d49c97de78c455a59057679cc7b15fda5379a344.zip |
Minor cosmetic stuff, make mailing-list guy happy.
git-svn-id: svn://svn.icculus.org/quake3/trunk@245 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/home.php | 2 | ||||
-rw-r--r-- | web/ioq3.css | 4 |
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; |