Update of /cvsroot/audacity/htdocs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv7252

Modified Files:
        style.css 
Log Message:
SourceForge/AdSense ads -> all pages except home page.

Index: style.css
===================================================================
RCS file: /cvsroot/audacity/htdocs/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css   26 Nov 2005 07:54:21 -0000      1.4
+++ style.css   1 May 2007 17:35:00 -0000       1.5
@@ -64,12 +64,15 @@
 #sitenav :link, #sitenav :visited { text-decoration:none; }
 #sitenav :link:hover, #sitenav :visited:hover { text-decoration:underline; }
 
+#leftcolumn {
+       float:left;
+}
+
 #subnav {
        background:#ddd;
        border:2px solid #666;
-       float:left;
        margin:2em 1em;
-       width:11em;
+       width:156px; /* SourceForge/AdSense ads are 160px wide, minus 4px for 
the border.               11em; */
 }
 #subnav h3 {
        font-size:1em;
@@ -107,7 +110,12 @@
 #subnav :link:hover, #subnav :visited:hover {
        background:#ccc;
 }
-.afternav { margin-left:12em; }
+
+#adsense {
+       margin:2em 1em;
+}
+
+.afternav { margin-left:170px; /* SourceForge/AdSense ads are 160px wide.      
12em; */}
 
 #content {
        max-width:60em;
@@ -150,7 +158,8 @@
 .downloads h3 { margin:1em; }
 .downloads img { position:relative; /* safari fix */ }
 
-.download_container {
+.download_container {  
+  margin-top: 0px;
 }
 
 .under_downloads {
@@ -162,6 +171,7 @@
   width: 48%;
   border: 2px solid;
   border-color: #009;
+  margin-top: 0px;
 }
 
 #stable_downloads {


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to