[xiph-commits] r8938 - in websites/speex.org: SSI style
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Tue Feb 15 22:40:50 PST 2005
Author: atamido
Date: 2005-02-15 22:40:49 -0800 (Tue, 15 Feb 2005)
New Revision: 8938
Modified:
websites/speex.org/SSI/topofbody.inc
websites/speex.org/style/all.css
websites/speex.org/style/maik.css
Log:
Move the "no software patents" image out of the nav box. Also fixed an IE rendering issue on the nav box.
Modified: websites/speex.org/SSI/topofbody.inc
===================================================================
--- websites/speex.org/SSI/topofbody.inc 2005-02-16 06:20:04 UTC (rev 8937)
+++ websites/speex.org/SSI/topofbody.inc 2005-02-16 06:40:49 UTC (rev 8938)
@@ -9,6 +9,7 @@
<span class="right">Open Standards for Internet Multimedia</span>
<div class='spacer'> </div>
</div>
+ <div id="nav2">
<div id="nav">
<ul><li class="first"><a href="/" title="Return to the speex.org homepage.">Home</a></li>
<li><a href="news.html" title="Catch up on old news">All News</a></li>
@@ -22,5 +23,8 @@
<li><a href="projects.html"
title="See what others are doing with Speex">Plugins & Software</a></li>
<li><a href="contact.html" title="Get in touch with us">Contact</a></li></ul>
- <img src="/Images/banana120x200.png" width=120 height=200 alt="No more patents">
</div>
+ <a href="http://www.ffii.org/">
+ <img src="/Images/banana120x200.png" width=120 height=200 alt="No more software patents">
+ </a>
+ </div>
Modified: websites/speex.org/style/all.css
===================================================================
--- websites/speex.org/style/all.css 2005-02-16 06:20:04 UTC (rev 8937)
+++ websites/speex.org/style/all.css 2005-02-16 06:40:49 UTC (rev 8938)
@@ -75,17 +75,29 @@
font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
}
-#nav {
+#nav2 {
margin-right: 1em;
float: right;
clear: both;
+ border: 0px solid black;
+ border-top: none;
+ border-collapse: collapse;
+ width: 13em;
+}
+
+#nav {
+ clear: both;
border: 1px solid black;
border-top: none;
border-collapse: collapse;
background: #bde;
- width: 13em;
}
+#nav2 img {
+ padding-top: 24px;
+ padding-left: 24px;
+}
+
#nav ul {
list-style: none;
margin: 0;
@@ -102,6 +114,7 @@
text-decoration: none;
display: block;
padding: .3em 1em;
+ width: 11em;
}
#nav a:hover {
Modified: websites/speex.org/style/maik.css
===================================================================
--- websites/speex.org/style/maik.css 2005-02-16 06:20:04 UTC (rev 8937)
+++ websites/speex.org/style/maik.css 2005-02-16 06:40:49 UTC (rev 8938)
@@ -42,13 +42,17 @@
margin-right:10px;
}
-#nav {
+#nav2 {
margin-right:3%;
width:15%;
margin-top:40px;
- float:right;
+ float:left;
}
+div#nav {
+ float: none;
+}
+
div#nav ul {
color:#339933;
list-style-type:square;
More information about the commits
mailing list