[xiph-commits] r9812 - websites-new/common
nehal at svn.xiph.org
nehal at svn.xiph.org
Sat Aug 20 15:33:15 PDT 2005
Author: nehal
Date: 2005-08-20 15:33:15 -0700 (Sat, 20 Aug 2005)
New Revision: 9812
Modified:
websites-new/common/xiphbar.css
websites-new/common/xiphbar.include
Log:
shrink width of the xiphbar
Modified: websites-new/common/xiphbar.css
===================================================================
--- websites-new/common/xiphbar.css 2005-08-20 22:01:27 UTC (rev 9811)
+++ websites-new/common/xiphbar.css 2005-08-20 22:33:15 UTC (rev 9812)
@@ -1,10 +1,18 @@
-#xiphbar {
+#xiphbar_outer {
background-color: #666666;
- min-width: 850px;
+ min-width: 840px;
width: 100%;
height: 30px;
}
+#xiphbar {
+ min-width: 840px;
+ width: 840px;
+ height: 30px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
#xiphbar a {
margin-right: 16px;
color: #ffcc66;
Modified: websites-new/common/xiphbar.include
===================================================================
--- websites-new/common/xiphbar.include 2005-08-20 22:01:27 UTC (rev 9811)
+++ websites-new/common/xiphbar.include 2005-08-20 22:33:15 UTC (rev 9812)
@@ -1,6 +1,7 @@
</head>
<body>
+<div id="xiphbar_outer">
<table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -19,3 +20,4 @@
</tr>
</table>
+</div>
More information about the commits
mailing list