[xiph-commits] r9746 - in websites/xiph.org: css ssi

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 13 01:01:31 PDT 2005


Author: giles
Date: 2005-08-13 01:01:30 -0700 (Sat, 13 Aug 2005)
New Revision: 9746

Modified:
   websites/xiph.org/css/screen.css
   websites/xiph.org/ssi/pagetop.include
Log:
Use padding on 'navbar ul' and separate lists to group items instead of 
the hacked-in id-based text padding. I don't really know what I'm
doing here, but I'm assuming the 0.9 vs 1.3em padding has to do with
the fontsize directive on the 'navbar li'.


Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css	2005-08-13 07:53:49 UTC (rev 9745)
+++ websites/xiph.org/css/screen.css	2005-08-13 08:01:30 UTC (rev 9746)
@@ -49,6 +49,7 @@
 #navbar ul {
 	margin: 0;
 	padding: 0;
+	padding-bottom: 0.9em;
 	width: 8em;
 }
 
@@ -70,14 +71,6 @@
 	text-decoration: underline;
 }
 
-#wiki_ {
-	padding-bottom: 1.3em;
-}
-
-#documentation_ {
-	padding-bottom: 1.3em;
-}
-
 #copyright {
 	margin: 0;
 	border: 0;

Modified: websites/xiph.org/ssi/pagetop.include
===================================================================
--- websites/xiph.org/ssi/pagetop.include	2005-08-13 07:53:49 UTC (rev 9745)
+++ websites/xiph.org/ssi/pagetop.include	2005-08-13 08:01:30 UTC (rev 9746)
@@ -11,9 +11,13 @@
 		<li id="donate_"><a href="/donate/">Donate</a></li>
 		<li id="contact_"><a href="/contact/">Contact</a></li>
 		<li id="wiki_"><a href="http://wiki.xiph.org/index.php/Main_Page">Wiki</a></li>
+	</ul>
+	<ul>
 		<li id="downloads_"><a href="http://downloads.xiph.org/releases/">Downloads</a></li>
 		<li id="bugs_"><a href="http://trac.xiph.org/">Bugs</a></li>
 		<li id="documentation_"><a href="/">Documentation</a></li>
+	</ul>
+	<ul>
 		<li id="resources_"><a href="/">Resources by Project</a></li>
 	</ul>
 </div>



More information about the commits mailing list