]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove .navbar-brand > img selector that sets display block (will be replaced with...
authorMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 01:47:36 +0000 (18:47 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 01:47:36 +0000 (18:47 -0700)
scss/_navbar.scss

index 4e1ba07e4b0e5594f24314ea5a1e24e8215a4251..7dc2a2b0d8502a325ca49d1bf2f6638f33e94036 100644 (file)
   @include hover-focus {
     text-decoration: none;
   }
-
-  > img {
-    display: block;
-  }
 }