removed padding in input search

This commit is contained in:
Lars van Hijfte
2017-01-12 14:32:39 +01:00
parent 2434ffc675
commit 0e44fb34c0

View File

@@ -26,7 +26,6 @@ header {
} }
#header-search input[type="text"] { #header-search input[type="text"] {
padding: 0 5px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }