r290 - trunk/web
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Nov 6 02:53:44 EST 2005
Author: floam
Date: 2005-11-06 02:53:44 -0500 (Sun, 06 Nov 2005)
New Revision: 290
Modified:
trunk/web/index.php
trunk/web/ioq3.css
Log:
Make page not broken in IE, and make validator link not run in "good
idea suggester" mode, just check against spec.
Modified: trunk/web/index.php
===================================================================
--- trunk/web/index.php 2005-11-06 01:43:42 UTC (rev 289)
+++ trunk/web/index.php 2005-11-06 07:53:44 UTC (rev 290)
@@ -32,7 +32,7 @@
<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>
Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css 2005-11-06 01:43:42 UTC (rev 289)
+++ trunk/web/ioq3.css 2005-11-06 07:53:44 UTC (rev 290)
@@ -9,12 +9,11 @@
#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 @@
#footer a {
color: #4b4b4b;
- background-color: transparent;
}
#footer a:hover {
color: black;
- background-color: transparent;
}
#navigation {
@@ -51,14 +48,12 @@
: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 @@
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 @@
}
p {
+ padding: 1em;
text-align: justify;
}
More information about the quake3-commits
mailing list