Make 2011 search box wider, props demetris, fixes #17707

git-svn-id: http://svn.automattic.com/wordpress/trunk@18334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-06-23 22:56:40 +00:00
parent 026d9e562d
commit d1e6fe41e9
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ a:hover {
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 45px;
width: 72px;
}
#branding #s:focus {
background-color: #f9f9f9;