Fixed search input positioning.

This commit is contained in:
Oliver Hamlet
2015-06-01 13:56:16 +01:00
parent 1840c6a95d
commit 963091142c
+2 -1
View File
@@ -32,8 +32,9 @@ permalink: /search/
border-top: none;
}
#searchBoxDecorator {
vertical-align: top;
position: relative;
top: 11px;
top: 7px;
}
</style>