0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

remove .navbar-brand > img selector that sets display block (will be replaced with utils)

This commit is contained in:
Mark Otto 2016-10-18 18:47:36 -07:00
parent 610ec73c9d
commit a3df8ca35a

View File

@ -78,10 +78,6 @@
@include hover-focus {
text-decoration: none;
}
> img {
display: block;
}
}