Commit dd0b0cd6 authored by Nick Colley's avatar Nick Colley

Changed last-child to first-child

As noted by @jerem the first child will actually be the last shown
parent bde5f1fe
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
} }
} }
&.navbar-right:last-child { &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal; margin-right: -@navbar-padding-horizontal;
} }
} }
...@@ -326,8 +326,8 @@ ...@@ -326,8 +326,8 @@
padding-bottom: 0; padding-bottom: 0;
.box-shadow(none); .box-shadow(none);
// Outdent the form if last child to line up with content down the page // Outdent the form if first child to line up with content down the page
&.navbar-right:last-child { &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal; margin-right: -@navbar-padding-horizontal;
} }
} }
...@@ -375,8 +375,8 @@ ...@@ -375,8 +375,8 @@
margin-left: @navbar-padding-horizontal; margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal; margin-right: @navbar-padding-horizontal;
// Outdent the form if last child to line up with content down the page // Outdent the form if first child to line up with content down the page
&.navbar-right:last-child { &.navbar-right:first-child {
margin-right: 0; 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