Commit 14c4484e authored by Mark Otto's avatar Mark Otto

Nuke margin for last child navbar text

parent efa8b40c
......@@ -4118,6 +4118,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.container > .navbar-header,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -84,6 +84,9 @@
.navbar-nav.navbar-right:last-child {
margin-right: -@navbar-padding-horizontal;
}
.navbar-text:last-child {
margin-right: 0;
}
}
}
......
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