Commit: 1db2b0b406d31781b316331153702c0467f53061 Author: Paul Dragoonis <[email protected]> Sun, 1 Jun 2014 22:21:49 +0100 Parents: 307701428418ce0af1a8e88ce36c403f1be6a9db Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1db2b0b406d31781b316331153702c0467f53061 Log: Removing scrollbars from search results when there is no content to scroll Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 2150119..2daf4e7 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1055,7 +1055,7 @@ fieldset { .tt-suggestions { color: #555; - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; max-height: 210px; } @@ -1532,7 +1532,6 @@ div.soft-deprecation-notice blockquote.sidebar { - @media (min-width: 768px) and (max-width: 979px) { #intro .download, aside.tips, .navbar-search { width: 30% !important; @@ -1542,6 +1541,7 @@ div.soft-deprecation-notice blockquote.sidebar { width: 70% !important; } } + @media (min-width: 1200px) { #intro .container, .navbar-inner, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
