[Checkins] SVN: buildout-website/trunk/source/_templates/index.html Use 140px as width of images, otherwise it's not fitting

Baiju M baiju.m.mail at gmail.com
Mon Mar 30 18:19:14 EDT 2009


Log message for revision 98646:
  Use 140px as width of images, otherwise it's not fitting
  the width.
  

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

-=-
Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-30 22:18:30 UTC (rev 98645)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-30 22:19:14 UTC (rev 98646)
@@ -35,7 +35,7 @@
 	      <li>
 		<a href="screencasts.html">
 		  <span class="linktitle"> Watch </span>
-		  <span class="linkimg"><img src="http://muthukadan.net/buildout/watch.jpg" width="150px" /></span>
+		  <span class="linkimg"><img src="http://muthukadan.net/buildout/watch.jpg" width="140px" /></span>
 		  <span class="linkdesc">
 		    Screencasts, Presentations etc.
 		  </span>
@@ -44,7 +44,7 @@
 	      <li>
 		<a href="install.html">
 		  <span class="linktitle"> Start </span>
-		  <span class="linkimg"><img src="http://muthukadan.net/buildout/start.jpg" width="150px" /></span>
+		  <span class="linkimg"><img src="http://muthukadan.net/buildout/start.jpg" width="140px" /></span>
 		  <span class="linkdesc">
 		    Download, Installation etc.
 		  </span>
@@ -53,7 +53,7 @@
 	      <li>
 		<a href="docs/index.html">
 		  <span class="linktitle"> Learn </span>
-		  <span class="linkimg"><img src="http://muthukadan.net/buildout/learn.jpg" width="150px" /></span>
+		  <span class="linkimg"><img src="http://muthukadan.net/buildout/learn.jpg" width="140px" /></span>
 		  <span class="linkdesc">
 		    Tutorials, Guides etc.
 		  </span>
@@ -62,7 +62,7 @@
 	      <li>
 		<a href="community.html">
 		  <span class="linktitle"> Involve </span>
-		  <span class="linkimg"><img src="http://muthukadan.net/buildout/involve.jpg" width="150px" /></span>
+		  <span class="linkimg"><img src="http://muthukadan.net/buildout/involve.jpg" width="140px" /></span>
 		  <span class="linkdesc">
 		    Mailing list, Code etc.
 		  </span>



More information about the Checkins mailing list