1
0

Fixed wordpress search box have an adjustable width

This commit is contained in:
Aaron Lindsay 2011-03-27 11:20:40 -06:00
parent d058cfc11e
commit 7e1e2b085c

View File

@ -19,6 +19,9 @@
display: none; display: none;
visibility: hidden; visibility: hidden;
} }
#sidebar ul #searchform #s {
width: 90%;
}
.post { .post {
margin: 0 0 3em 0; margin: 0 0 3em 0;
} }