diff options
| author | Mark Otto <[email protected]> | 2012-06-17 12:34:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-17 12:34:29 -0700 |
| commit | 36e78bd7acf038dcdc258226b948b0864a385ba2 (patch) | |
| tree | 465a607b82860b7a9c67b2555ed06455292b24b2 | |
| parent | b1cb5565039f492766fdfd727f776f3e9dfa7e45 (diff) | |
| parent | 626b45d691f9fc6c5ebc914ad0238bd8990e9c0b (diff) | |
| download | bootstrap-36e78bd7acf038dcdc258226b948b0864a385ba2.tar.xz bootstrap-36e78bd7acf038dcdc258226b948b0864a385ba2.zip | |
Merge pull request #3863 from rosslaird/spelling
Corrected spelling error
| -rw-r--r-- | less/navbar.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/navbar.less b/less/navbar.less index 7a5c84648..d535158a5 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -14,7 +14,7 @@ margin-bottom: @baseLineHeight; } -// Gradient is applied to it's own element because overflow visible is not honored by IE when filter is present +// Gradient is applied to its own element because overflow visible is not honored by IE when filter is present .navbar-inner { min-height: @navbarHeight; padding-left: 20px; @@ -358,4 +358,4 @@ left: auto; right: 13px; } -}
\ No newline at end of file +} |
