]> git.ipfire.org Git - ipfire.org.git/commitdiff
Bug 11329: fixed
authorSven <sven.hoehn@posteo.de>
Wed, 3 May 2017 10:47:28 +0000 (12:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 10:12:38 +0000 (12:12 +0200)
static/css/style.css
static/scss/style.scss

index b2a3eb4034406c3ed063ecc40bce60c09af79d9c..e0f848a4f53bafe31b56c5ba40981953562dc67d 100644 (file)
@@ -5145,7 +5145,8 @@ button.navbar-toggler div {
   font-family: 'Ubuntu', sans-serif;
   font-size: 1rem;
   display: inline-block;
-  margin-left: 12px; }
+  position: relative;
+  top: -4px; }
 
 .btn {
   height: 36px;
index 42e25f1c4a6ec976fc471bd1f36fd329a4c87108..2ad8afd246848bf72e1b7afd1bbacbc401c92375 100644 (file)
@@ -207,7 +207,8 @@ button.navbar-toggler div {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1rem;
        display: inline-block;
-       margin-left: 12px;
+       position: relative;
+       top: -4px;
 }
 
 .btn {