aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-07-30 09:30:21 +0800
committerliuyl <[email protected]>2013-07-30 09:30:21 +0800
commit7cfcfdfe64159b4ea7b94606f9303ab567049198 (patch)
tree9b66bbfe172fae0aa496de4feb95848d303d58ee /less
parent8b5e41d900987aa46f38ec990e1a1170fc69fc00 (diff)
downloadbootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.tar.xz
bootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.zip
make navbar-text float left
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 653a8d6d9..44e2d9f3f 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -354,6 +354,8 @@
// Add a class to make any element properly align itself vertically within the navbars.
.navbar-text {
+ float: left;
+ padding: 0 @navbar-padding-horizontal;
.navbar-vertical-align(@line-height-computed);
}