[Checkins] SVN: buildout-website/trunk/source/_ Bold is not really required.

Baiju M baiju.m.mail at gmail.com
Tue Mar 31 15:16:03 EDT 2009


Log message for revision 98720:
  Bold is not really required.
  

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-31 19:10:20 UTC (rev 98719)
+++ buildout-website/trunk/source/_static/default.css	2009-03-31 19:16:02 UTC (rev 98720)
@@ -272,7 +272,6 @@
 .creatorandusers { 
   margin: 40px auto 0;
   width: 710px;
-  font-weight: bold;
 }
 
 .sectiontitle { 
@@ -286,14 +285,18 @@
   float: right;
   width: 460px;
   font-size: 18px;
+  line-height: 140%;
 }
 
 .sectionlogos { 
   margin: 10px auto 0;
   width: 410px;
-  //background-color: black;
 }
 
+.sectionlogos a {
+  padding: 10px;
+ }
+
 /* AVAILABLE-COLORS
  * The set of colors understood by docutils.
  */

Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-31 19:10:20 UTC (rev 98719)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-31 19:16:02 UTC (rev 98720)
@@ -110,7 +110,7 @@
               
               You can use Buildout with any Python project however,
               such as the following projects:
-              <div>
+              <div class="sectionlogos">
 		<a href="http://wiki.pylonshq.com/display/pylonscommunity/Howto+install+Pylons+with+buildout"><img src="_static/img/pylons_logo.gif" style="background-color: #2B2B2B;" /></a>
 		<a href="http://pypi.python.org/pypi/djangorecipe"><img src="_static/img/django_logo.gif"/></a><br/>
 		<a href="http://static.repoze.org/bfgdocs/narr/install.html#if-you-can-t-install-via-easy-install-alternate-installation"><img src="_static/img/repoze_logo.gif"/></a>



More information about the Checkins mailing list