1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Fixes #13746: Add docs section for brand image

This commit is contained in:
Mark Otto
2014-07-06 18:39:37 -07:00
parent 5e41a23ec5
commit 8e2348e9ed
9 changed files with 41 additions and 4 deletions

View File

@@ -3903,6 +3903,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {