[Checkins] SVN: buildout-website/trunk/source/_ Align everything center in main page

Baiju M baiju.m.mail at gmail.com
Sun Mar 29 12:30:34 EDT 2009


Log message for revision 98446:
  Align everything center in main page
  (atleast in fullscreen)
  

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-29 16:07:22 UTC (rev 98445)
+++ buildout-website/trunk/source/_static/default.css	2009-03-29 16:30:34 UTC (rev 98446)
@@ -201,16 +201,24 @@
 }
 
 div.maindescription {
-    font-size: 19px;
-    font-weight: bold;
+  font-size: 19px;
+  font-weight: bold;
+  min-width: 750px;
 }
 
+div.maindescription p {
+  text-align: center;
+}
+
 ul.mainlinks { 
-  padding: 0;
+  padding-left: 15%;
+  padding-top: 10px;
+  padding-bottom: 10px;
   margin: 0;
   list-style-type: none;
   float: left;
   width: 100%;
+  min-width: 750px;
 }
 
 ul.mainlinks li { 
@@ -237,3 +245,11 @@
     font-size: 10px;
     display: block;
 }
+
+div.testmnonials { 
+  width: 100%;
+}
+
+div.testmnonials p { 
+  text-align: center;
+}
\ No newline at end of file

Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-29 16:07:22 UTC (rev 98445)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-29 16:30:34 UTC (rev 98446)
@@ -14,7 +14,7 @@
 
         <div class="body">
 
-	  <h1 style="text-align: center">Buildout - software build system reloaded!</h1>
+	  <h1 style="text-align: center; min-width: 700px">Buildout - software build system reloaded!</h1>
 
 
 	  <div class="maindescription">
@@ -69,7 +69,7 @@
 
 	  <div class="clearer"></div>
 
-	  <div>
+	  <div class="testmnonials">
 	    <hr />
 	    <p>"While not directly aiming to solve world peace, it perhaps will play
 	      a role in the future, as people will be less angry about application



More information about the Checkins mailing list