[Catalyst-commits] r14403 - trunk/site

soulchild at dev.catalyst.perl.org soulchild at dev.catalyst.perl.org
Mon Dec 3 14:28:44 GMT 2012


Author: soulchild
Date: 2012-12-03 14:28:44 +0000 (Mon, 03 Dec 2012)
New Revision: 14403

Modified:
   trunk/site/index.html
   trunk/site/style.css
Log:
- CSS and HTML tweaks


Modified: trunk/site/index.html
===================================================================
--- trunk/site/index.html	2012-12-03 14:21:16 UTC (rev 14402)
+++ trunk/site/index.html	2012-12-03 14:28:44 UTC (rev 14403)
@@ -139,7 +139,7 @@
             <br style="clear:both" /><br />
 
             <section id="sites">
-                <h2>Sites using Catalyst</h2>
+                <h2>Featured sites using Catalyst</h2>
 
                 <ul>
                     <li>
@@ -236,7 +236,6 @@
                         </a>
                         Organize and discover apps.
                         <span class="alexa">Alexa Traffic Rank: <a href="http://www.alexa.com/data/details/traffic_details/iusethis.com">71,957</a></span>
-                        For tips and tricks from behind the scenes of the iusethis development check out Marcus' <a href="http://dev.thefeed.no/stuff/bag of tricksȏrom iusethis.pdf" title="marcus">Bag of Tricks from IUseThis</a> talk.
                     </li>
                 </ul>
                 <p>

Modified: trunk/site/style.css
===================================================================
--- trunk/site/style.css	2012-12-03 14:21:16 UTC (rev 14402)
+++ trunk/site/style.css	2012-12-03 14:28:44 UTC (rev 14403)
@@ -207,9 +207,15 @@
     font-size:1.2em;
 }
 #sites .alexa {
+    margin-top:1em;
     color:#999;
     display:block;
+    font-size:80%;
 }
+#sites .alexa a,
+#sites .alexa a:visited {
+    color:#999;
+}
 
 /* Columns */
 .column {




More information about the Catalyst-commits mailing list