[Checkins] SVN: buildout-website/trunk/source/_ Clean up CSS

Baiju M baiju.m.mail at gmail.com
Mon Mar 30 13:03:28 EDT 2009


Log message for revision 98606:
  Clean up CSS
  

Changed:
  U   buildout-website/trunk/source/_static/default.css
  U   buildout-website/trunk/source/_templates/index.html

-=-
Modified: buildout-website/trunk/source/_static/default.css
===================================================================
--- buildout-website/trunk/source/_static/default.css	2009-03-30 16:40:00 UTC (rev 98605)
+++ buildout-website/trunk/source/_static/default.css	2009-03-30 17:03:27 UTC (rev 98606)
@@ -28,7 +28,7 @@
 
 div.footer {
     color: #ffffff;
-    width: 100%;
+//    width: 100%;
     padding: 9px 0 9px 0;
     text-align: center;
     font-size: 75%;
@@ -203,7 +203,6 @@
 div.maindescription {
   font-size: 19px;
   font-weight: bold;
-  min-width: 750px;
 }
 
 div.maindescription p {
@@ -216,9 +215,6 @@
   padding-bottom: 10px;
   margin: 0;
   list-style-type: none;
-  float: left;
-  width: 100%;
-  min-width: 750px;
 }
 
 ul.mainlinks li { 
@@ -227,7 +223,7 @@
 
 ul.mainlinks li a { 
   float: left;
-  width: 160px;
+  padding: 10px;
   text-decoration: none;
 }
 
@@ -246,10 +242,6 @@
     display: block;
 }
 
-div.testimonials {
-  width: 100%;
-}
-
 div.testimonials p {
   text-align: center;
 }

Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-30 16:40:00 UTC (rev 98605)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-30 17:03:27 UTC (rev 98606)
@@ -8,13 +8,13 @@
     <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
     <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
   </head>
-  <body>
+  <body style="min-width: 750px;">
 
     <div class="document">
 
         <div class="body">
 
-	  <h1 style="text-align: center; min-width: 700px">Buildout - software build system reloaded!</h1>
+	  <h1 style="text-align: center">Buildout - software build system reloaded!</h1>
 
 
 	  <div class="maindescription">



More information about the Checkins mailing list