Commit: 804fb83085688a098878d38653cb9c09987afec7 Author: Hannes Magnusson <[email protected]> Sat, 28 Dec 2013 19:18:18 -0800 Parents: e1c09fe163b021336ad95d0bca55427962e86ca3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=804fb83085688a098878d38653cb9c09987afec7 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
