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

deryck at samba.org deryck at samba.org
Tue Nov 23 21:40:51 GMT 2004


Author: deryck
Date: 2004-11-23 21:40:51 +0000 (Tue, 23 Nov 2004)
New Revision: 440

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

Log:

Style fixes to the "No Software Patents" link (centered and with border).

--deryck

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


Changeset:
Modified: trunk/index.html
===================================================================
--- trunk/index.html	2004-11-23 21:32:48 UTC (rev 439)
+++ trunk/index.html	2004-11-23 21:40:51 UTC (rev 440)
@@ -2,7 +2,9 @@
   <title>Samba - opening windows to a wider world</title>
 <!--#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>
+</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-11-23 21:32:48 UTC (rev 439)
+++ trunk/style/main.css	2004-11-23 21:40:51 UTC (rev 440)
@@ -92,6 +92,14 @@
 	font-style:italic;
 	font-size:small;
 }
+#noswp img {
+    border:1px solid #3868CD;
+    width:350px;
+    height:90px;
+}
 #noswp {
-    margin:10px 0 35px 0;
+    width:100%;
+    text-align:center;
+    margin:10px 0 25px 0;
 }
+



More information about the samba-cvs mailing list