[xiph-commits] r9950 - websites/common
giles at svn.xiph.org
giles at svn.xiph.org
Sun Sep 4 11:32:01 PDT 2005
Author: giles
Date: 2005-09-04 11:32:00 -0700 (Sun, 04 Sep 2005)
New Revision: 9950
Modified:
websites/common/xiphbar.css
websites/common/xiphbar.include
Log:
Link to the local copy of the xiphbar logo. Also set native eol styles.
Modified: websites/common/xiphbar.css
===================================================================
--- websites/common/xiphbar.css 2005-09-04 18:19:18 UTC (rev 9949)
+++ websites/common/xiphbar.css 2005-09-04 18:32:00 UTC (rev 9950)
@@ -1,38 +1,38 @@
-#xiphbar_outer {
- background-color: #666666;
- min-width: 840px;
- width: 100%;
- height: 30px;
-}
-
-#xiphbar {
- min-width: 840px;
- width: 840px;
- height: 30px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 8px 0 8px;
-}
-
-#xiphbar a {
- margin-left: 16px;
- color: #ffcc66;
- text-decoration: none;
- text-transform: uppercase;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-#xiphbar a:hover {
- color: #ffe6b3;
-}
-
-#xiphbanner {
- float: left;
- vertical-align: middle;
-}
-
-#xiphlinks {
- font-size: 11px;
- vertical-align: middle;
-}
-
+#xiphbar_outer {
+ background-color: #666666;
+ min-width: 840px;
+ width: 100%;
+ height: 30px;
+}
+
+#xiphbar {
+ min-width: 840px;
+ width: 840px;
+ height: 30px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0 8px 0 8px;
+}
+
+#xiphbar a {
+ margin-left: 16px;
+ color: #ffcc66;
+ text-decoration: none;
+ text-transform: uppercase;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+#xiphbar a:hover {
+ color: #ffe6b3;
+}
+
+#xiphbanner {
+ float: left;
+ vertical-align: middle;
+}
+
+#xiphlinks {
+ font-size: 11px;
+ vertical-align: middle;
+}
+
Property changes on: websites/common/xiphbar.css
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: websites/common/xiphbar.include
===================================================================
--- websites/common/xiphbar.include 2005-09-04 18:19:18 UTC (rev 9949)
+++ websites/common/xiphbar.include 2005-09-04 18:32:00 UTC (rev 9950)
@@ -1,24 +1,24 @@
-</head>
-<body>
-
-<div id="xiphbar_outer">
-<table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
-<tr>
-
- <td>
- <img id="xiphbanner" src="/images/logos/xiphbar.png" alt="Xiph logo" width="231" height="17"/>
- </td>
-
- <td id="xiphlinks" align="right">
- <a href="http://www.xiph.org/">Xiph.org</a>
- <a href="http://www.vorbis.com/">Vorbis</a>
- <a href="http://www.theora.org/">Theora</a>
- <a href="http://www.icecast.org/">Icecast</a>
- <a href="http://www.speex.org/">Speex</a>
- <a href="http://flac.sourceforge.net/">FLAC</a>
- <a href="http://www.xspf.org/">XSPF</a>
- </td>
-
-</tr>
-</table>
-</div>
+</head>
+<body>
+
+<div id="xiphbar_outer" style="/common/xiphbar.css">
+<table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
+<tr>
+
+ <td>
+ <img id="xiphbanner" src="/common/xiphbar.png" alt="Xiph logo" width="231" height="17"/>
+ </td>
+
+ <td id="xiphlinks" align="right">
+ <a href="http://www.xiph.org/">Xiph.org</a>
+ <a href="http://www.vorbis.com/">Vorbis</a>
+ <a href="http://www.theora.org/">Theora</a>
+ <a href="http://www.icecast.org/">Icecast</a>
+ <a href="http://www.speex.org/">Speex</a>
+ <a href="http://flac.sourceforge.net/">FLAC</a>
+ <a href="http://www.xspf.org/">XSPF</a>
+ </td>
+
+</tr>
+</table>
+</div>
Property changes on: websites/common/xiphbar.include
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the commits
mailing list