An error occurred while fetching the assigned milestone of the selected merge_request.
docs
assets
css
bootstrap-responsive.css +5 -5
bootstrap.css +68 -38
js
application.js +9 -7
bootstrap-affix.js +1 -1
bootstrap-alert.js +1 -1
bootstrap-button.js +1 -1
bootstrap-carousel.js +20 -7
bootstrap-collapse.js +1 -1
bootstrap-dropdown.js +4 -3
bootstrap-modal.js +2 -3
bootstrap-popover.js +1 -1
bootstrap-scrollspy.js +1 -1
bootstrap-tab.js +1 -1
bootstrap-tooltip.js +9 -11
bootstrap-transition.js +1 -1
bootstrap-typeahead.js +15 -3
bootstrap.js +58 -35
bootstrap.min.js +2 -2
templates/pages
base-css.mustache +1 -1
index.mustache +2 -2
javascript.mustache +5 -8
base-css.html +1 -1
index.html +1 -1
javascript.html +5 -8
js
bootstrap-affix.js +1 -1
bootstrap-alert.js +1 -1
bootstrap-button.js +1 -1
bootstrap-carousel.js +21 -8
bootstrap-collapse.js +2 -2
bootstrap-dropdown.js +4 -3
bootstrap-modal.js +2 -3
bootstrap-popover.js +1 -1
bootstrap-scrollspy.js +1 -1
bootstrap-tab.js +1 -1
bootstrap-tooltip.js +9 -11
bootstrap-transition.js +1 -1
bootstrap-typeahead.js +15 -3
less
bootstrap.less +4 -4
button-groups.less +4 -2
carousel.less +25 -0
forms.less +5 -2
media.less +2 -2
navbar.less +0 -1
responsive-utilities.less +7 -0
responsive.less +1 -10
type.less +1 -1
Makefile +11 -11
README.md +1 -1
component.json +1 -1
package.json +4 -4
@@ -8,10 +8,6 @@
@@ -44,6 +40,10 @@
+ 68
- 38
@@ -8,6 +8,38 @@
@@ -189,38 +221,6 @@ textarea {
@@ -1658,7 +1658,9 @@ select:focus:invalid:focus {
@@ -3744,8 +3746,6 @@ input[type="submit"].btn.btn-mini {
@@ -3756,6 +3756,11 @@ input[type="submit"].btn.btn-mini {
@@ -5516,11 +5521,11 @@ a.thumbnail:hover {
@@ -5965,6 +5970,31 @@ a.badge:hover {
+ 9
- 7
@@ -14,12 +14,14 @@
@@ -34,7 +36,7 @@