[xiph-commits] r9823 - websites-new/vorbis.com/css

nehal at svn.xiph.org nehal at svn.xiph.org
Sun Aug 21 07:50:48 PDT 2005


Author: nehal
Date: 2005-08-21 07:50:47 -0700 (Sun, 21 Aug 2005)
New Revision: 9823

Modified:
   websites-new/vorbis.com/css/screen.css
Log:
cleanup default css file

Modified: websites-new/vorbis.com/css/screen.css
===================================================================
--- websites-new/vorbis.com/css/screen.css	2005-08-21 13:50:29 UTC (rev 9822)
+++ websites-new/vorbis.com/css/screen.css	2005-08-21 14:50:47 UTC (rev 9823)
@@ -2,7 +2,7 @@
 
 body {
   margin: 0;
-  padding: 0 0 1.5em 0;
+  padding-bottom: 30px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
 }
@@ -29,6 +29,8 @@
   margin: 40px 0 0 10px;
 }
 
+/* top navbar */
+
 .navbar {
   border: 0;
   padding: 22px 0 22px 0;
@@ -40,7 +42,6 @@
   border: 0;
   margin: 0 6px 0 6px;
   vertical-align: middle;
-
   font-size: 11px;
   color: #3366cc;
   font-weight: bold;
@@ -58,6 +59,8 @@
   display: inline;
 }
 
+/* right banners */
+
 #banners {
   float: right;
   padding: 0px 4px 0 4px;
@@ -69,8 +72,8 @@
 }
 
 #content {
-  margin: 0 240px 0 0;
-  padding: 0 1em 0 1em;
+  margin-right: 240px;
+  padding: 0 8px 0 8px;
   vertical-align: top;
   line-height: 1.5;
   font-size: .7em;
@@ -117,31 +120,15 @@
 }
 
 #copyright {
-  margin: 2em 0 0 0;
+  margin-top: 30px;
   line-height: 1.5em;
   text-align: center;
   font-size: .6em;
   color: #888888;
 }
 
-.newslist {
-  margin: 0 0 2em 0;
-  padding: 0;
-}
+/* music links */
 
-.newslist li {
-  margin-bottom: .5em;
-  list-style: none;
-  line-height: 1.4;
-  color: #feac0e;
-}
-
-.newslist a {
-  color: #3366cc;
-  text-decoration: none;
-  font-weight: normal;
-}
-
 .ml_link {
   font-weight: bold;
   padding-bottom: 2px;
@@ -157,6 +144,8 @@
   padding-bottom: 18px;
 }
 
+/* software links */
+
 .sl_link {
   font-weight: bold;
   padding-bottom: 2px;



More information about the commits mailing list