Fix height of .navbar

* Black bar appears underneath .logo due to .navbar's `min-height` stretching to 51px, seemingly caused by #541
This commit is contained in:
WaLLy3K
2017-09-22 12:33:29 +10:00
committed by GitHub
parent fd9b10c1d2
commit 331eec1d08
+3 -2
View File
@@ -4,6 +4,7 @@
*
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
.small-box {
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
@@ -40,6 +41,6 @@ a.lookatme {
#all-queries tbody {
word-wrap: break-word;
}
.main-header .logo {
height: 51px;
.main-header>.navbar {
height: 50px;
}