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

update navbar and nav link values

This commit is contained in:
Mark Otto
2015-04-18 18:15:24 -07:00
parent 325133b33f
commit 209cdf33f9
8 changed files with 23 additions and 10 deletions

View File

@@ -75,7 +75,7 @@
.navbar-brand {
float: left;
padding: .95rem .75rem;
padding: .625rem .75rem;
margin-right: $spacer;
margin-bottom: 0; // For headings
font-size: $font-size-lg;
@@ -243,6 +243,11 @@
padding-top: 0;
padding-bottom: 0;
.navbar-brand {
padding-top: .95rem;
padding-bottom: .95rem;
}
.form-inline {
margin-top: .6rem;
}