Commit 7cfcfdfe authored by liuyl's avatar liuyl

make navbar-text float left

parent 8b5e41d9
...@@ -2974,6 +2974,8 @@ button.close { ...@@ -2974,6 +2974,8 @@ button.close {
} }
.navbar-text { .navbar-text {
float: left;
padding: 0 15px;
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -354,6 +354,8 @@ ...@@ -354,6 +354,8 @@
// Add a class to make any element properly align itself vertically within the navbars. // Add a class to make any element properly align itself vertically within the navbars.
.navbar-text { .navbar-text {
float: left;
padding: 0 @navbar-padding-horizontal;
.navbar-vertical-align(@line-height-computed); .navbar-vertical-align(@line-height-computed);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment