Prepared for uniform css inputs

This commit is contained in:
Lars van Hijfte
2017-01-12 15:41:46 +01:00
parent 8b0ce920d7
commit d2ab86c0a2
3 changed files with 3 additions and 16 deletions

View File

@@ -25,19 +25,6 @@ header {
padding-left: 48px;
}
#header-search input[type="text"] {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#header-search input[type="submit"] {
background: none;
color: white;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
header div {
display: inline-block;
}