docs
assets
css
bootstrap-responsive.css +143 -145
bootstrap.css +191 -120
docs.css +1 -5
ico
apple-touch-icon-144-precomposed.png +0 -0
apple-touch-icon-72-precomposed.png +0 -0
js
bootstrap-alert.js +6 -5
bootstrap-button.js +2 -1
bootstrap-carousel.js +17 -13
bootstrap-collapse.js +26 -12
bootstrap-dropdown.js +4 -2
bootstrap-modal.js +13 -8
bootstrap-popover.js +3 -5
bootstrap-scrollspy.js +27 -7
bootstrap-tab.js +8 -4
bootstrap-tooltip.js +6 -5
bootstrap-transition.js +26 -17
bootstrap-typeahead.js +7 -4
bootstrap.zip +0 -0
examples
fluid.html +2 -1
hero.html +1 -0
starter-template.html +1 -0
templates
pages
base-css.mustache +57 -74
components.mustache +50 -63
download.mustache +18 -5
index.mustache +1 -0
javascript.mustache +52 -17
less.mustache +281 -33
scaffolding.mustache +13 -16
layout.mustache +2 -1
base-css.html +59 -75
components.html +52 -64
download.html +20 -6
examples.html +2 -1
index.html +3 -1
javascript.html +54 -18
less.html +283 -34
scaffolding.html +9 -11
upgrading.html +2 -1
js
tests
unit
bootstrap-alert.js +15 -0
bootstrap-carousel.js +28 -0
bootstrap-collapse.js +15 -0
bootstrap-modal.js +29 -0
bootstrap-tab.js +16 -0
bootstrap-typeahead.js +16 -0
index.html +3 -1
bootstrap-alert.js +6 -5
bootstrap-button.js +2 -1
bootstrap-carousel.js +17 -13
bootstrap-collapse.js +26 -12
bootstrap-dropdown.js +4 -2
bootstrap-modal.js +13 -8
bootstrap-popover.js +3 -5
bootstrap-scrollspy.js +27 -7
bootstrap-tab.js +8 -4
bootstrap-tooltip.js +6 -5
bootstrap-transition.js +26 -17
bootstrap-typeahead.js +7 -4
less
tests
css-tests.css +35 -0
css-tests.html +329 -0
badges.less +0 -36
bootstrap.less +2 -3
button-groups.less +40 -15
buttons.less +9 -2
close.less +11 -0
dropdowns.less +8 -13
forms.less +15 -6
labels-badges.less +55 -0
labels.less +0 -38
mixins.less +26 -11
navbar.less +16 -6
navs.less +13 -8
progress-bars.less +14 -6
reset.less +1 -1
responsive-1200px-min.less +23 -0
responsive-767px-max.less +133 -0
responsive-768px-979px.less +15 -0
responsive-navbar.less +131 -0
responsive-utilities.less +41 -0
responsive.less +13 -337
tables.less +9 -1
variables.less +8 -4
README.md +3 -3
+ 143
- 145
@@ -19,9 +19,11 @@
@@ -41,49 +43,40 @@
@@ -138,10 +131,14 @@
@@ -169,9 +166,9 @@
@@ -288,11 +285,11 @@
@@ -373,120 +370,6 @@
@@ -593,11 +476,11 @@
@@ -684,3 +567,118 @@
+ 191
- 120
Files with large changes are collapsed by default.
+ 1
- 5
@@ -228,7 +228,7 @@ hr.soften {
@@ -492,10 +492,6 @@ hr.soften {
+ 0
- 0

8.26 KiB

3.09 KiB

3.13 KiB