svn commit: samba-web r469 - in trunk: . style

deryck at samba.org deryck at samba.org
Tue Dec 14 13:15:12 GMT 2004


Author: deryck
Date: 2004-12-14 13:15:05 +0000 (Tue, 14 Dec 2004)
New Revision: 469

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=469

Log:

Now here's irony for you:

The 'no software patents' logo was breaking the page layout
in Internet Explorer.  It's fixed now (Thanks, Simo.)

--deryck

Modified:
   trunk/index.html
   trunk/style/main.css


Changeset:
Modified: trunk/index.html
===================================================================
--- trunk/index.html	2004-12-11 21:00:37 UTC (rev 468)
+++ trunk/index.html	2004-12-14 13:15:05 UTC (rev 469)
@@ -3,7 +3,7 @@
 <!--#include virtual="/samba/header2.html" -->
 
 <div id="noswp">
-<a href="http://nosoftwarepatents.com/"><img src="/samba/images/noswp_banner.jpg" id="noswp" alt="No Software Patents!" /></a>
+<a href="http://nosoftwarepatents.com/"><img src="/samba/images/noswp_banner.jpg" alt="No Software Patents!" /></a>
 </div>
 
     <p>Samba is an <a href="http://www.opensource.org/">Open Source</a>/<a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> suite that provides seamless file and print services to SMB/CIFS clients.  Samba is freely available under the <a href="/samba/docs/GPL.html">GNU General Public License</a>.</p>

Modified: trunk/style/main.css
===================================================================
--- trunk/style/main.css	2004-12-11 21:00:37 UTC (rev 468)
+++ trunk/style/main.css	2004-12-14 13:15:05 UTC (rev 469)
@@ -101,8 +101,7 @@
     background-color:transparent;
 }
 #noswp {
-    width:100%;
+    width:auto;
     text-align:center;
     margin:10px 0 25px 0;
 }
-



More information about the samba-cvs mailing list