[xiph-commits] r9745 - websites/xiph.org/css

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 13 00:53:51 PDT 2005


Author: giles
Date: 2005-08-13 00:53:49 -0700 (Sat, 13 Aug 2005)
New Revision: 9745

Modified:
   websites/xiph.org/css/screen.css
Log:
Mark a border on the left of the navbar as well as the right of
the content area so the divider covers the longer of the two.
These seem to overlap perfectly on the browsers I tried.


Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css	2005-08-13 05:55:11 UTC (rev 9744)
+++ websites/xiph.org/css/screen.css	2005-08-13 07:53:49 UTC (rev 9745)
@@ -43,6 +43,7 @@
 	float: left;
 	min-height: 15em;
 	vertical-align: top;
+	border-right: 1px solid #9FC0D7;
 }
 
 #navbar ul {



More information about the commits mailing list