diff options
| author | Mark Otto <[email protected]> | 2016-10-18 18:47:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-18 18:47:36 -0700 |
| commit | a3df8ca35a1942e4b796e72f51751e7ed1db043b (patch) | |
| tree | a7051aa268ef3589f979da8de39d7a7a69145e60 | |
| parent | 610ec73c9d88830b9832847f51d22901303b6ce7 (diff) | |
| download | bootstrap-a3df8ca35a1942e4b796e72f51751e7ed1db043b.tar.xz bootstrap-a3df8ca35a1942e4b796e72f51751e7ed1db043b.zip | |
remove .navbar-brand > img selector that sets display block (will be replaced with utils)
| -rw-r--r-- | scss/_navbar.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 4e1ba07e4..7dc2a2b0d 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -78,10 +78,6 @@ @include hover-focus { text-decoration: none; } - - > img { - display: block; - } } |
