From a3df8ca35a1942e4b796e72f51751e7ed1db043b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Oct 2016 18:47:36 -0700 Subject: [PATCH] remove .navbar-brand > img selector that sets display block (will be replaced with utils) --- scss/_navbar.scss | 4 ---- 1 file changed, 4 deletions(-) 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; - } }