diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/include/home.php | 3 | ||||
-rw-r--r-- | web/index.php | 3 | ||||
-rw-r--r-- | web/ioq3.css | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/web/include/home.php b/web/include/home.php index cb21329..26f5f77 100644 --- a/web/include/home.php +++ b/web/include/home.php @@ -28,7 +28,8 @@ on the <a href="?page=status">Status</a> section.</p> <p>Current goals for 1.34 (<acronym title="Subversion">SVN</acronym> is 1.33, the last id build was 1.32) include:</p> <ul> - <li><a href="http://www.openal.org/">OpenAL</a> support</li> + <li><a href="http://www.openal.org/">OpenAL</a> support. This should make surround + sound possible.</li> <li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source package unless somebody feels inclined to set up a new installer.</li> <li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym> diff --git a/web/index.php b/web/index.php index e74c8c2..a8ab122 100644 --- a/web/index.php +++ b/web/index.php @@ -31,7 +31,8 @@ foreach ($navlist as $file => $alias) { </div> <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/quake3">Valid XHTML</a> | + <a href="http://validator.w3.org/check?uri=http://icculus.org/quake3<?php +echo $_SERVER['REQUEST_URI'];?>">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 8177e15..8b2d15c 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -17,7 +17,6 @@ body, html { background-color: transparent; color: #4d4d4d; border-top: 1px dashed #222; - padding-top: .3em; font-size: .8em; padding: .35em; } @@ -98,7 +97,7 @@ caption { } th {
- text-align: left;
+ text-align: left;
border-bottom: 1px solid #666; border-right: 1px solid #666; padding: .5em;
|