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 /dist/css/bootstrap.css | |
| parent | 8b5e41d900987aa46f38ec990e1a1170fc69fc00 (diff) | |
| download | bootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.tar.xz bootstrap-7cfcfdfe64159b4ea7b94606f9303ab567049198.zip | |
make navbar-text float left
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6afdbde29..6817bcc82 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2974,6 +2974,8 @@ button.close { } .navbar-text { + float: left; + padding: 0 15px; margin-top: 15px; margin-bottom: 15px; } |
