2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

nuke 10px right margin on .navbar .nav

This commit is contained in:
Mark Otto
2012-08-23 09:38:56 -07:00
parent 3424df22ee
commit be64955e25
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -221,6 +221,7 @@
}
.navbar .nav.pull-right {
float: right; // redeclare due to specificity
margin-right: 0; // remove margin on float right nav
}
.navbar .nav > li {
float: left;