From: Mark Otto Date: Wed, 19 Oct 2016 01:47:36 +0000 (-0700) Subject: remove .navbar-brand > img selector that sets display block (will be replaced with... X-Git-Tag: v4.0.0-alpha.5~4^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3df8ca35a1942e4b796e72f51751e7ed1db043b;p=thirdparty%2Fbootstrap.git remove .navbar-brand > img selector that sets display block (will be replaced with utils) --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 4e1ba07e4b..7dc2a2b0d8 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -78,10 +78,6 @@ @include hover-focus { text-decoration: none; } - - > img { - display: block; - } }