Commit: b4553253ce539140accb6f106fb002d140ed9304 Author: Hannes Magnusson <[email protected]> Sat, 28 Dec 2013 19:18:18 -0800 Parents: 08843eff77bfb4f2a0267aa5c24231aac830a668 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b4553253ce539140accb6f106fb002d140ed9304 Log: Bump the size of the focused search element Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 81c9db3..b3ff549 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1743,6 +1743,10 @@ div.soft-deprecation-notice blockquote.sidebar { font-size: 2em; line-height: 1; } +#goto .search .results :focus { + font-size: 2.5em; + line-height: 1.5; +} #goto .search .text { color: #222; text-shadow: 0px 2px 3px #555; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
