[Catalyst-commits] r14266 - trunk/site/beta

soulchild at dev.catalyst.perl.org soulchild at dev.catalyst.perl.org
Wed Mar 14 09:30:20 GMT 2012


Author: soulchild
Date: 2012-03-14 09:30:20 +0000 (Wed, 14 Mar 2012)
New Revision: 14266

Modified:
   trunk/site/beta/index.html
   trunk/site/beta/style.css
Log:
- CSS tweaks
- Removed platforms logo box.



Modified: trunk/site/beta/index.html
===================================================================
--- trunk/site/beta/index.html	2012-03-14 09:22:39 UTC (rev 14265)
+++ trunk/site/beta/index.html	2012-03-14 09:30:20 UTC (rev 14266)
@@ -71,9 +71,6 @@
                     <a href="http://www.123people.com">123people</a>, <a href="http://www.magazines.com">magazines.com</a> and <a href="http://www.urbia.de">urbia.de</a> are already using Catalyst.</strong>
                     Check out some other <a href="http://wiki.catalystframework.org/wiki/sitesrunningcatalyst">sites that are using Catalyst</a>.
                 </p>
-                <div id="platforms">
-                    <img src="http://www.catalystframework.org/images/department/home/deployment_os_logos.png" alt="Supported platforms">
-                </div>
             </div>
             <div class="column special">
                 <h2>Why Catalyst?</h2>
@@ -115,7 +112,7 @@
                 <ol>
                     <li>
                         <h3><a href="https://metacpan.org/module/Catalyst::Runtime">Download &amp; Install</a></h3>
-                        Linux and OS X: 
+                        Recommended on Linux and OS X: 
                         <pre style="white-space:normal;"><code>curl -L http://cpanmin.us | perl - Catalyst::Runtime</code></pre>
                         <p>
                             For other platforms read the more <a href="http://wiki.catalystframework.org/wiki/installingcatalyst">detailled instructions on how to install Catalyst</a>.

Modified: trunk/site/beta/style.css
===================================================================
--- trunk/site/beta/style.css	2012-03-14 09:22:39 UTC (rev 14265)
+++ trunk/site/beta/style.css	2012-03-14 09:30:20 UTC (rev 14266)
@@ -26,7 +26,7 @@
 h1,h2,h3 { font-family: "Lucida Grande", Arial,Helvetica; }
 h1 { font-size:1.8em; }
 h2 { font-size:1.6em; margin:0 0 1em 0;}
-h3 { font-size:1.3em; }
+h3 { font-size:1.2em; }
 
 /* Links */
 a,
@@ -184,7 +184,7 @@
 .column.special {
     background:#f6f6f6;
     padding:13px;
-    margin:0 13px 0 -13px;
+    margin:0 13px 13px -13px;
     width:300px;
 }
 




More information about the Catalyst-commits mailing list