Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/less/navbar.less b/less/navbar.less
index b5e9a5f8da..c4bd0c4a5c 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -271,7 +271,7 @@
}
}
- &.navbar-right:last-child {
+ &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal;
}
}
@@ -326,8 +326,8 @@
padding-bottom: 0;
.box-shadow(none);
- // Outdent the form if last child to line up with content down the page
- &.navbar-right:last-child {
+ // Outdent the form if first child to line up with content down the page
+ &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal;
}
}
@@ -375,8 +375,8 @@
margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal;
- // Outdent the form if last child to line up with content down the page
- &.navbar-right:last-child {
+ // Outdent the form if first child to line up with content down the page
+ &.navbar-right:first-child {
margin-right: 0;
}
}