Commit: 97e12798e75f98e1e9db6c9d2909935daca2286d Author: Levi Morrison <[email protected]> Mon, 28 Apr 2014 10:05:17 -0600 Parents: b2e67044464c3150d10c6702930f53fa2cd15623 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=97e12798e75f98e1e9db6c9d2909935daca2286d Log: Updated some homepage stuff Changed paths: M index.php M styles/home.css Diff: diff --git a/index.php b/index.php index 9666739..0b44e89 100644 --- a/index.php +++ b/index.php @@ -92,7 +92,7 @@ $intro = <<<EOF <p>Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.</p> </div> <div class="download"> - + <h3>Download</h3> EOF; if(!empty($RELEASES[5])) { $intro .= "<ul>\n"; diff --git a/styles/home.css b/styles/home.css index 5410821..4c6dbd4 100644 --- a/styles/home.css +++ b/styles/home.css @@ -21,15 +21,13 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 vertical-align: middle; padding:0 1.5rem; } -#intro h2 { - color:#ccc; - text-shadow:0 -1px 0 rgba(0,0,0,.25); - text-transform:uppercase; - letter-spacing:3px; - word-spacing:6px; - margin-bottom:0; +#intro h3 { + margin:1.5rem 0 0; + color:#ccc; + font-variant: small-caps; + letter-spacing:1px; } -#intro h2:after { +#intro h3:after { display:none; } #intro .row { @@ -41,7 +39,6 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 list-style:none; word-spacing:.25rem; margin-left:0; - margin-top:1.5rem; } #intro .download { text-align:center; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
