r937 - in webspace: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 15 05:20:37 EDT 2006


Author: floam
Date: 2006-10-15 05:20:37 -0400 (Sun, 15 Oct 2006)
New Revision: 937

Modified:
   webspace/include/patches.php
   webspace/ioq3.css
Log:
Fix more Safari rendering issues.


Modified: webspace/include/patches.php
===================================================================
--- webspace/include/patches.php	2006-10-15 09:13:40 UTC (rev 936)
+++ webspace/include/patches.php	2006-10-15 09:20:37 UTC (rev 937)
@@ -1,6 +1,10 @@
 <h2>Patches</h2>
 <p>
-Being open source, this project has a volume of patches submitted meant to improve it as a whole. Unfortunately, not all patches are great fits for this project or cannot yet be included due to technical reasons. Because of that, we provide this area with information on patches that can be applied against this project to add features or solve wishes.
+Being open source, this project has a volume of patches submitted meant to
+improve it as a whole. Unfortunately, not all patches are great fits for this
+project or cannot yet be included due to technical reasons. Because of that,
+we provide this area with information on patches that can be applied against
+this project to add features or solve wishes.
 </p>
 <table>
 	<caption>Unsupported Patches</caption>
@@ -14,6 +18,9 @@
 		<td><a href="http://icculus.org/~zakk/ioq3_patches/ioquake3_mp3-rev917.diff">MP3 Support</a></td>
 		<td>Thilo Shultz</td>
 		<td>This patch allows MP3-encoded sounds to be decoded by the engine and used in mods.</td>
-		<td><a href="http://xiph.org/vorbis">Ogg Vorbis</a> is much better suited to this task. MP3 offers lower quality compression and quality and has potential for licensing issues. Because of these, plus the extra work required to maintain MP3 support, this is being left out of the official tree.</td>
+		<td><a href="http://xiph.org/vorbis">Ogg Vorbis</a> is much better suited to this task.
+		MP3 offers lower quality compression and quality and has potential for licensing issues.
+		Because of these, plus the extra work required to maintain MP3 support, this
+		is being left out of the official tree.</td>
 	</tr>
 </table>
\ No newline at end of file

Modified: webspace/ioq3.css
===================================================================
--- webspace/ioq3.css	2006-10-15 09:13:40 UTC (rev 936)
+++ webspace/ioq3.css	2006-10-15 09:20:37 UTC (rev 937)
@@ -10,22 +10,22 @@
 	background-color: #aaaaaa;
 	float: left;
 	border-bottom: 2px solid black;
-	padding: .2em;
 	padding-bottom: .4em;
+	padding-top: .4em;
 	width: 100%;
 }
 
 #content {
 	float: left;
 	clear: left;
-	width: 100%;
-	padding-bottom: .2em;
+	padding-bottom: 1em;
+	padding-right: 1em;
 }
 
 #footer {
 	clear: left;
 	color: #4d4d4d;
-	margin-top: .2em;
+	margin-top: 1em;
 	border-top: 1px dashed #4b4b4b;
 	font-size: .8em;
 	padding: .35em;
@@ -72,13 +72,13 @@
 :link, :visited {
 	color: black;
 	font-weight: bold;
-	text-decoration: underline;
-}
+	text-decoration: underline;
+}
 
 #content :link:hover, #content :visited:hover {
-	background-color: #a2a2a2;
+	background-color: #a2a2a2;
 }
-
+
 h1, :link:hover, :visited:hover {
 	color: maroon;
 }
@@ -120,6 +120,7 @@
 	border-collapse: collapse;
 	empty-cells: show;
 	margin-left: 1.75em;
+
 }
 
 blockquote {




More information about the quake3-commits mailing list