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

Merge branch 'master' into pr/11868

Conflicts:
	dist/css/bootstrap.min.css
This commit is contained in:
Mark Otto
2013-12-14 11:36:54 -08:00
7 changed files with 113 additions and 5 deletions

View File

@@ -3618,6 +3618,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > .glyphicon {
float: left;
margin-top: -2px;
margin-right: 5px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {

File diff suppressed because one or more lines are too long