[xiph-commits] r9918 - websites/icecast.org/common

oddsock at svn.xiph.org oddsock at svn.xiph.org
Wed Aug 31 21:18:19 PDT 2005


Author: oddsock
Date: 2005-08-31 21:18:18 -0700 (Wed, 31 Aug 2005)
New Revision: 9918

Modified:
   websites/icecast.org/common/style.css
Log:
updated xiphbar


Modified: websites/icecast.org/common/style.css
===================================================================
--- websites/icecast.org/common/style.css	2005-09-01 04:18:08 UTC (rev 9917)
+++ websites/icecast.org/common/style.css	2005-09-01 04:18:18 UTC (rev 9918)
@@ -190,52 +190,40 @@
 }
 
 
-#xiphbar {
-	background-color: #666666;
-	min-height: 29px;
+#xiphbar_outer {
+  background-color: #666666;
+  min-width: 840px;
+  width: 100%;
+  height: 30px;
 }
 
-#xiphbar div {
-	width: 50em;
-	margin-left: auto;
-	margin-right: auto;
-	min-width: 800px;
+#xiphbar {
+  min-width: 840px;
+  width: 840px;
+  height: 30px;
+  margin-left: auto;
+  margin-right: auto;
+  padding: 0 8px 0 8px;
 }
 
-
-#xiphbar img {
-	margin: 0 0 0 0;
-	border: 0;
-	padding: .4em 0 0 12px;
-	float: left;
-	text-transform: lowercase;
-	width: 231;
-	height: 17px;
+#xiphbar a {
+  margin-left: 16px;
+  color: #ffcc66;
+  text-decoration: none;
+  text-transform: uppercase;
+  font-family: Arial, Helvetica, sans-serif;
 }
 
-#xiphbar ul {
-	margin: 0;
-	border: 0;
-	padding: .23em 12px .45em 0;
-	text-align: right;
-	text-transform: uppercase;
+#xiphbar a:hover {
+  color: #ffe6b3;
 }
 
-#xiphbar li {
-	margin: 0;
-	border: 0;
-	padding: 0 10px 0 0;
-	display: inline;
-	list-style: none;
+#xiphbanner {
+  float: left;
+  vertical-align: middle;
 }
 
-#xiphbar li a {
-	color: #FFCC66;
-	text-decoration: none;
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 10px;
+#xiphlinks {
+  font-size: 11px;
+  vertical-align: middle;
 }
-
-#xiphbar li a:hover {
-	color: #FFE6B3;
-}



More information about the commits mailing list