Commit: 09411851dc2dc579e98d4ce11d815f27c14b63a5 Author: Levi Morrison <[email protected]> Thu, 12 Dec 2013 08:33:53 -0700 Parents: a934174f4d43c72e652bdb593b67a261f6875d83 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=09411851dc2dc579e98d4ce11d815f27c14b63a5 Log: Fixed a rendering issue in Firefox; also moved some styles to a more appropriate place. Changed paths: M styles/home.css M styles/theme-base.css Diff: diff --git a/styles/home.css b/styles/home.css index b991297..22b6775 100644 --- a/styles/home.css +++ b/styles/home.css @@ -15,7 +15,8 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 line-height:1.2; margin-bottom:1.2em; } -#intro .row > div { +#intro .row .blurb, +#intro .row .download { display:table-cell; float:none; } @@ -36,6 +37,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 text-transform:uppercase; letter-spacing:3px; word-spacing:6px; + text-align:center; } #intro .row { position:relative; @@ -44,6 +46,11 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 #intro .background { display:none; + background:rgba(255,255,255,.1); + position:absolute; + top:0; + right:0; + height:100%; } @media (min-width: 758px) { #intro .background { diff --git a/styles/theme-base.css b/styles/theme-base.css index ff98550..1f4bb71 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -659,6 +659,7 @@ textarea { #intro .container { margin:0 auto; + display:table; } @media (max-width: 480px) { @@ -2069,17 +2070,6 @@ div.soft-deprecation-notice blockquote.sidebar { } @media (min-width:768px) { - #intro .download-php h2 { - text-align:center; - } - #intro .background { - display:block; - background:rgba(255,255,255,.1); - position:absolute; - top:0; - right:0; - height:100%; - } #topsearch { float:right; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
