svn commit: samba r8504 - in branches/SAMBA_4_0/swat/style: .

deryck at samba.org deryck at samba.org
Fri Jul 15 14:57:12 GMT 2005


Author: deryck
Date: 2005-07-15 14:57:12 +0000 (Fri, 15 Jul 2005)
New Revision: 8504

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

Log:
Temporary fix to #content width/height just to 
pretty up things while I work.

deryck

Modified:
   branches/SAMBA_4_0/swat/style/swat.css


Changeset:
Modified: branches/SAMBA_4_0/swat/style/swat.css
===================================================================
--- branches/SAMBA_4_0/swat/style/swat.css	2005-07-15 14:36:02 UTC (rev 8503)
+++ branches/SAMBA_4_0/swat/style/swat.css	2005-07-15 14:57:12 UTC (rev 8504)
@@ -30,3 +30,11 @@
         background-color: #E5C995;
 	text-align:left;
 }
+
+/* Temp fix for content sections that don't span the window.
+   This is not cross-browser and won't be the final way I handle
+   this, but I can't stand looking at small boxes while I work. :-) */
+#content {
+	min-width:60%;
+	min-height:800px;
+} 



More information about the samba-cvs mailing list