Commit 3c99de97 authored by Mark Otto's avatar Mark Otto

grunt

parent f9fde567
...@@ -3984,7 +3984,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3984,7 +3984,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }
.navbar-nav.navbar-right:last-child { .navbar-nav.navbar-right:first-child {
margin-right: -15px; margin-right: -15px;
} }
} }
...@@ -4070,7 +4070,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4070,7 +4070,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-form.navbar-right:last-child { .navbar-form.navbar-right:first-child {
margin-right: -15px; margin-right: -15px;
} }
} }
...@@ -4105,7 +4105,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4105,7 +4105,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
} }
.navbar-text.navbar-right:last-child { .navbar-text.navbar-right:first-child {
margin-right: 0; margin-right: 0;
} }
} }
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$element this.$element
.removeClass(Affix.RESET) .removeClass(Affix.RESET)
.addClass(affixType) .addClass(affixType)
.trigger($.Event(affixType.replace('affix', 'affixed'))) .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
if (affix == 'bottom') { if (affix == 'bottom') {
this.$element.offset({ this.$element.offset({
......
This diff is collapsed.
This diff is collapsed.
...@@ -3984,7 +3984,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3984,7 +3984,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }
.navbar-nav.navbar-right:last-child { .navbar-nav.navbar-right:first-child {
margin-right: -15px; margin-right: -15px;
} }
} }
...@@ -4070,7 +4070,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4070,7 +4070,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-form.navbar-right:last-child { .navbar-form.navbar-right:first-child {
margin-right: -15px; margin-right: -15px;
} }
} }
...@@ -4105,7 +4105,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4105,7 +4105,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
} }
.navbar-text.navbar-right:last-child { .navbar-text.navbar-right:first-child {
margin-right: 0; margin-right: 0;
} }
} }
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$element this.$element
.removeClass(Affix.RESET) .removeClass(Affix.RESET)
.addClass(affixType) .addClass(affixType)
.trigger($.Event(affixType.replace('affix', 'affixed'))) .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
if (affix == 'bottom') { if (affix == 'bottom') {
this.$element.offset({ this.$element.offset({
......
This diff is collapsed.
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