mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
running make
This commit is contained in:
parent
1fc0d2c0f1
commit
57ba494409
17
docs/assets/css/bootstrap.css
vendored
17
docs/assets/css/bootstrap.css
vendored
@ -4796,19 +4796,19 @@ a.thumbnail:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label[href]:hover,
|
.label[href]:hover,
|
||||||
a.label:hover,
|
.label[href]:focus {
|
||||||
.label[href]:focus,
|
|
||||||
a.label:focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-danger {
|
.label-danger {
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-danger[href] {
|
.label-danger[href]:hover,
|
||||||
|
.label-danger[href]:focus {
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4816,7 +4816,8 @@ a.label:focus {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-success[href] {
|
.label-success[href]:hover,
|
||||||
|
.label-success[href]:focus {
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4824,7 +4825,8 @@ a.label:focus {
|
|||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-warning[href] {
|
.label-warning[href]:hover,
|
||||||
|
.label-warning[href]:focus {
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4832,7 +4834,8 @@ a.label:focus {
|
|||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-info[href] {
|
.label-info[href]:hover,
|
||||||
|
.label-info[href]:focus {
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
21
docs/assets/js/bootstrap.js
vendored
21
docs/assets/js/bootstrap.js
vendored
@ -57,7 +57,8 @@
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* ==========================================================
|
}(window.jQuery);
|
||||||
|
/* ==========================================================
|
||||||
* bootstrap-alert.js v3.0.0
|
* bootstrap-alert.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
||||||
* ==========================================================
|
* ==========================================================
|
||||||
@ -155,7 +156,8 @@
|
|||||||
|
|
||||||
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
|
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
|
||||||
|
|
||||||
}(window.jQuery);/* ============================================================
|
}(window.jQuery);
|
||||||
|
/* ============================================================
|
||||||
* bootstrap-button.js v3.0.0
|
* bootstrap-button.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#buttons
|
* http://twitter.github.com/bootstrap/javascript.html#buttons
|
||||||
* ============================================================
|
* ============================================================
|
||||||
@ -259,7 +261,8 @@
|
|||||||
$btn.button('toggle')
|
$btn.button('toggle')
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* ==========================================================
|
}(window.jQuery);
|
||||||
|
/* ==========================================================
|
||||||
* bootstrap-carousel.js v3.0.0
|
* bootstrap-carousel.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#carousel
|
* http://twitter.github.com/bootstrap/javascript.html#carousel
|
||||||
* ==========================================================
|
* ==========================================================
|
||||||
@ -465,7 +468,8 @@
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* =============================================================
|
}(window.jQuery);
|
||||||
|
/* =============================================================
|
||||||
* bootstrap-collapse.js v3.0.0
|
* bootstrap-collapse.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#collapse
|
* http://twitter.github.com/bootstrap/javascript.html#collapse
|
||||||
* =============================================================
|
* =============================================================
|
||||||
@ -631,7 +635,8 @@
|
|||||||
$(target).collapse(option)
|
$(target).collapse(option)
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* ============================================================
|
}(window.jQuery);
|
||||||
|
/* ============================================================
|
||||||
* bootstrap-dropdown.js v3.0.0
|
* bootstrap-dropdown.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
|
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
|
||||||
* ============================================================
|
* ============================================================
|
||||||
@ -1683,7 +1688,8 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* ========================================================
|
}(window.jQuery);
|
||||||
|
/* ========================================================
|
||||||
* bootstrap-tab.js v3.0.0
|
* bootstrap-tab.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
||||||
* ========================================================
|
* ========================================================
|
||||||
@ -1826,7 +1832,8 @@
|
|||||||
$(this).tab('show')
|
$(this).tab('show')
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);/* =============================================================
|
}(window.jQuery);
|
||||||
|
/* =============================================================
|
||||||
* bootstrap-typeahead.js v3.0.0
|
* bootstrap-typeahead.js v3.0.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#typeahead
|
* http://twitter.github.com/bootstrap/javascript.html#typeahead
|
||||||
* =============================================================
|
* =============================================================
|
||||||
|
2
docs/assets/js/bootstrap.min.js
vendored
2
docs/assets/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user