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

deryck at samba.org deryck at samba.org
Sun Jun 19 05:02:10 GMT 2005


Author: deryck
Date: 2005-06-19 05:02:09 +0000 (Sun, 19 Jun 2005)
New Revision: 705

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

Log:
Style fixes/hacks to get IE working after my last changes.

deryck

Modified:
   trunk/style/columns.css
   trunk/style/wide.css


Changeset:
Modified: trunk/style/columns.css
===================================================================
--- trunk/style/columns.css	2005-06-19 04:12:39 UTC (rev 704)
+++ trunk/style/columns.css	2005-06-19 05:02:09 UTC (rev 705)
@@ -18,8 +18,13 @@
 	padding:0;
     width:18%;
 }
-* html #links { 	/* Applies to IE5/6 only */
-	margin:115px .5% 0 0;
+* html #links {
+	position:absolute;
+	top:115px;
+	left:82%;
+	float:none;
+	width:17%;
+	margin:0;
 }
 #links h4 {
 	margin-top:10px;
@@ -73,6 +78,10 @@
 	border-left:1px solid #FFFF64;
 	border-right:1px solid #FFFF64;
 }
+* html #content {
+	width:51%;
+	margin-right:0;
+}
 #content ul {
 	list-style-type:none;
 }

Modified: trunk/style/wide.css
===================================================================
--- trunk/style/wide.css	2005-06-19 04:12:39 UTC (rev 704)
+++ trunk/style/wide.css	2005-06-19 05:02:09 UTC (rev 705)
@@ -16,6 +16,7 @@
 #content {
 	position:absolute;
 	top:100px;
+	clear:left;
 	margin:0 1% 0 175px;
 	padding-top:30px;
 	padding-left:35px;
@@ -25,6 +26,9 @@
 	border-left:1px solid #FFFF64;
 	border-right:1px solid #FFFF64;
 }
+* html #content {
+	width:70%;
+}
 #content h4 {
 	font-weight:bold;
 	margin:50px 10px 15px 0;



More information about the samba-cvs mailing list