diff options
| author | liuyl <[email protected]> | 2013-07-30 09:30:21 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-30 09:30:21 +0800 |
| commit | 7cfcfdfe64159b4ea7b94606f9303ab567049198 (patch) | |
| tree | 9b66bbfe172fae0aa496de4feb95848d303d58ee /less | |
| parent | 8b5e41d900987aa46f38ec990e1a1170fc69fc00 (diff) | |
| download | bootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.tar.xz bootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.zip | |
make navbar-text float left
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 2 |
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); } |
