svn commit: samba-web r438 - in trunk/style: .

deryck at samba.org deryck at samba.org
Tue Nov 23 20:28:32 GMT 2004


Author: deryck
Date: 2004-11-23 20:28:31 +0000 (Tue, 23 Nov 2004)
New Revision: 438

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

Log:

Get floats right in IE 5.2 in Mac.

--deryck

Modified:
   trunk/style/main.css


Changeset:
Modified: trunk/style/main.css
===================================================================
--- trunk/style/main.css	2004-11-23 18:56:45 UTC (rev 437)
+++ trunk/style/main.css	2004-11-23 20:28:31 UTC (rev 438)
@@ -2,10 +2,11 @@
 
 		/******* Links for right-hand side of the page ******/
 		/****************************************************/
-div#links {
+#links {
 	float:right;
 	margin:115px 1em 0 0;  
 	padding:0;
+    width:173px;
 }
 * html #links { 	/* Applies to IE5/6 only */
 	margin:115px .5% 0 0;



More information about the samba-cvs mailing list