svn commit: samba-web r252 - trunk/news/style

deryck at samba.org deryck at samba.org
Fri Aug 13 11:56:49 GMT 2004


Author: deryck
Date: 2004-08-13 11:56:49 +0000 (Fri, 13 Aug 2004)
New Revision: 252
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=252&nolog=1
Log:

Fix overlap problem in right-hand column.

--deryck

Modified:
   trunk/news/style/news.css

Changeset:
Modified: trunk/news/style/news.css
===================================================================
--- trunk/news/style/news.css	2004-08-13 03:35:45 UTC (rev 251)
+++ trunk/news/style/news.css	2004-08-13 11:56:49 UTC (rev 252)
@@ -44,14 +44,15 @@
 }
 #links {
 	float:right;
-	margin:15px 25px 10px 0;
+	margin:15px 0 10px 0;
 }
 #links ul {
 	list-style-type:none;
+	display:block;
 }
 .about {
-	text-align:center;
-	margin-right:10px;
+	text-align:right;
+	padding-right:15px;
 }
 .recent, .stories {
 	font-size:small;
@@ -104,4 +105,4 @@
 	width:60%;
 	padding-top:15px;
 	margin-left:17%;
-}
\ No newline at end of file
+}



More information about the samba-cvs mailing list