[freenet-cvs] r19831 - trunk/website

NEOatNHNG at freenetproject.org NEOatNHNG at freenetproject.org
Wed May 7 19:12:36 UTC 2008


Author: NEOatNHNG
Date: 2008-05-07 19:12:36 +0000 (Wed, 07 May 2008)
New Revision: 19831

Modified:
   trunk/website/style.css
Log:
Fix the "content wraps around menu" problem

Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css	2008-05-07 15:02:51 UTC (rev 19830)
+++ trunk/website/style.css	2008-05-07 19:12:36 UTC (rev 19831)
@@ -1,17 +1,11 @@
-html {
-	background: #AACCFF;
-}
-
 body {
-	margin: 0 auto;
-	padding: 5px 20px;
-	border: 1px solid #77BBFF;
-	background: #FFF;
+	padding: 10px 10px;
 }
 
 div#menu {
 	font-family: Sans-serif, Arial, "Times New Roman", Georgia, Times, serif; 
 	float:left;
+	width: 150px;
 	font-style: normal;
 	font-weight: normal;
 	text-align: left;
@@ -20,14 +14,12 @@
 	background: #CCDDFF;
 	text-decoration: none;
 	margin-top: 15px;
-	margin-right: 30px;
 	margin-bottom: 10px;
 	border: 1px solid #99CCFF;
 }
 
 
 div#top {
-		margin-top:5px;
 		background-image:url(/image/hdr_bg_tall.gif);
 		background-repeat:repeat;
 		width: 100%;
@@ -36,14 +28,13 @@
 		
 div#content {
 	/*font-family: Sans-serif, Arial, "Times New Roman", Georgia, Times, serif;*/
-	/* padding-left:20px; */
+	padding-left:20px;
 	font-style: normal;
 	font-size: 14px;
 	font-weight: normal;
 	color: #000000;
-	/* width: 600px; */
-	/* float: left; */
-
+	margin-left: 10.5em;
+	min-width: 20em;
 }
 
 #content h2 {
@@ -81,6 +72,7 @@
 div#menu a:link {color:#000;}
 div#menu a:visited {color:#000;}
 div#menu a:hover {color:#13B;}
+div#menu img {border: 0;}
 
 .menu {
 		/* width: 155px; */




More information about the cvs mailing list