Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765.

Also clean out one case of unneeded "px" value unit.

git-svn-id: http://core.svn.wordpress.org/trunk@23697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-14 17:36:39 +00:00
parent 29753503f5
commit e1acdbf40f

View File

@ -388,6 +388,7 @@ input[type="radio"] {
input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; /* Don't cut off the webkit search cancel button */
width: 270px;
}
input[type="search"]::-webkit-search-decoration {
@ -2938,7 +2939,7 @@ footer.entry-meta {
.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
display: block;
margin-left: 0px;
margin-left: 0;
padding: 0;
width: 100%;
}