r1080 - webspace

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 2 18:32:04 EDT 2007


Author: floam
Date: 2007-05-02 18:32:04 -0400 (Wed, 02 May 2007)
New Revision: 1080

Modified:
   webspace/index.php
   webspace/ioq3.css
Log:
Great navigation or greatest navigation?



Modified: webspace/index.php
===================================================================
--- webspace/index.php	2007-05-02 20:34:40 UTC (rev 1079)
+++ webspace/index.php	2007-05-02 22:32:04 UTC (rev 1080)
@@ -15,6 +15,8 @@
 <body>
 	<div id="header">
 		<h1>ioquake3</h1>
+	</div>
+	<div id="container">
 		<ul id="navigation" class="skinnylist">
 <?php
 foreach ($navlist as $file => $alias) {
@@ -25,10 +27,10 @@
 }
 ?>
 		<li><a href="http://svn.icculus.org/quake3/trunk">Subversion Web</a></li>
-	</ul>
-	</div>
-	<div id="content">
+	   </ul>
+	   <div id="content">
 <?php include_safe("$page.php"); ?>
+	   </div>
 	</div>
 	<div id="footer">
 		<ul class="skinnylist">

Modified: webspace/ioq3.css
===================================================================
--- webspace/ioq3.css	2007-05-02 20:34:40 UTC (rev 1079)
+++ webspace/ioq3.css	2007-05-02 22:32:04 UTC (rev 1080)
@@ -16,9 +16,9 @@
 }
 
 #content {
+   width: 85%;
 	float: left;
 	clear: left;
-	width: 100%;
 	padding-bottom: 1em;
 }
 
@@ -49,10 +49,14 @@
 }
 
 #navigation {
+   width: 14%;
 	float: right;
 	background-color: #aaa;
 	color: black;
-	margin-top: 1em;
+	position: relative;
+	top: -2px;
+	border-left: 2px solid black;
+	border-bottom: 2px solid black;
 }
 
 #navigation li {
@@ -65,10 +69,6 @@
 	padding: 0;
 }
 
-.skinnylist li {
-	display: inline;
-}
-
 :link, :visited {
 	color: black;
 	font-weight: bold;




More information about the quake3-commits mailing list