2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Nuke margin for last child navbar text

This commit is contained in:
Mark Otto
2013-08-19 00:34:31 -07:00
parent efa8b40ce8
commit 14c4484ec4
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -84,6 +84,9 @@
.navbar-nav.navbar-right:last-child {
margin-right: -@navbar-padding-horizontal;
}
.navbar-text:last-child {
margin-right: 0;
}
}
}