Commit: a296dc7c0290c7858e00884418d1eb1434178ab1 Author: Adam Oxley <[email protected]> Thu, 21 Nov 2013 20:27:51 +0000 Parents: bad460c0c647862408a97881150c808654cce5e3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a296dc7c0290c7858e00884418d1eb1434178ab1 Log: Fixes mobile and padding issues on mobile and tablet Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index be13bd5..0db376e 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1043,6 +1043,7 @@ textarea { } .container { width: auto; + padding: 0px 10px 0px 10px; } .row-fluid { width: 100%; @@ -1165,6 +1166,7 @@ textarea { .carousel-caption { position: static; } + #intro .download-php { margin: 0; } } @media (min-width: 768px) and (max-width: 979px) { .row { @@ -3250,10 +3252,14 @@ div.soft-deprecation-notice blockquote.sidebar { float:left; clear: both; margin-top: 0; + padding: 0px 10px 10px 10px; } .navbar .nav { margin-right: 0; } + #intro .download-php { + margin: 0 !important; + } } /* Smartphones */ @@ -3289,6 +3295,7 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar-search { margin-top: 0; + padding: 0px 10px 10px; } .navbar .brand img { @@ -3314,6 +3321,7 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar .nav > li a { width: 100%; display: block; + padding-left: 0; } #mainmenu-toggle:checked + .nav { @@ -3325,6 +3333,8 @@ div.soft-deprecation-notice blockquote.sidebar { #uvTabLabel { display: none !important; } + + #intro .download-php { margin: 0 !important; } } @media (min-width:768px) { @@ -3421,10 +3431,10 @@ aside.tips .panel span { padding: .75em 1em; } aside.tips .panel .announcements a { - padding: 0; - border: 0; - margin: 0; - line-height: 1; + padding: 0; + border: 0; + margin: 0; + line-height: 1; } aside.tips .panel a::after { float:right; @@ -3444,9 +3454,9 @@ aside.tips .panel a:focus::after { } aside.tips div.headline a.headline, aside.tips div.headline a.headline:hover { - background-color: #f0f0f0; - line-height: 1; - border: 0px; + background-color: #f0f0f0; + line-height: 1; + border: 0px; } aside.tips a:link, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
