Permalink
Please sign in to comment.
Browse files
Merge pull request #25 from m5o/2.0.4-wip
update to bootstrap v2.0.4
- Loading branch information...
Showing
with
2,085 additions
and 7,545 deletions.
- +1 −1 Gemfile.lock
- +57 −16 README.md
- +1 −1 Rakefile
- +0 −9 bootstrap-2.0.3.min.css
- +156 −140 bootstrap-2.0.3.css → bootstrap-2.0.4.css
- +9 −0 bootstrap-2.0.4.min.css
- +0 −9 bootstrap-responsive-2.0.3.min.css
- +12 −3 bootstrap-responsive-2.0.3.css → bootstrap-responsive-2.0.4.css
- +9 −0 bootstrap-responsive-2.0.4.min.css
- +0 −808 docs/assets/css/bootstrap-responsive.css
- +1 −0 docs/assets/css/bootstrap-responsive.css
- +0 −4,960 docs/assets/css/bootstrap.css
- +1 −0 docs/assets/css/bootstrap.css
- +5 −0 docs/assets/css/docs.css
- +1 −1 docs/assets/js/bootstrap-alert.js
- +1 −1 docs/assets/js/bootstrap-button.js
- +1 −1 docs/assets/js/bootstrap-carousel.js
- +1 −1 docs/assets/js/bootstrap-collapse.js
- +1 −1 docs/assets/js/bootstrap-dropdown.js
- +1 −1 docs/assets/js/bootstrap-modal.js
- +1 −1 docs/assets/js/bootstrap-popover.js
- +1 −1 docs/assets/js/bootstrap-scrollspy.js
- +1 −1 docs/assets/js/bootstrap-tab.js
- +3 −3 docs/assets/js/bootstrap-tooltip.js
- +1 −1 docs/assets/js/bootstrap-transition.js
- +1 −1 docs/assets/js/bootstrap-typeahead.js
- +15 −14 docs/assets/js/bootstrap.js
- +1 −1 docs/assets/js/bootstrap.min.js
- +9 −6 docs/base-css.html
- +11 −10 docs/components.html
- +4 −3 docs/download.html
- +3 −2 docs/examples.html
- +5 −4 docs/index.html
- +37 −60 docs/javascript.html
- +500 −493 docs/less.html
- +28 −28 docs/scaffolding.html
- +15 −2 docs/templates/layout.mustache
- +6 −4 docs/templates/pages/base-css.mustache
- +9 −9 docs/templates/pages/components.mustache
- +1 −1 docs/templates/pages/download.mustache
- +2 −2 docs/templates/pages/index.mustache
- +34 −58 docs/templates/pages/javascript.mustache
- +497 −491 docs/templates/pages/less.mustache
- +25 −26 docs/templates/pages/scaffolding.mustache
- +3 −2 docs/upgrading.html
- +5 −5 js/README.md
- +1 −1 js/bootstrap-alert.js
- +1 −1 js/bootstrap-button.js
- +1 −1 js/bootstrap-carousel.js
- +1 −1 js/bootstrap-collapse.js
- +1 −1 js/bootstrap-dropdown.js
- +1 −1 js/bootstrap-modal.js
- +1 −1 js/bootstrap-popover.js
- +1 −1 js/bootstrap-scrollspy.js
- +1 −1 js/bootstrap-tab.js
- +3 −3 js/bootstrap-tooltip.js
- +1 −1 js/bootstrap-transition.js
- +1 −1 js/bootstrap-typeahead.js
- +31 −12 js/tests/unit/bootstrap-tooltip.js
- +0 −3 lib/_accordion.scss
- +0 −4 lib/_alerts.scss
- +0 −5 lib/_breadcrumbs.scss
- +2 −8 lib/_button-groups.scss
- +2 −8 lib/_buttons.scss
- +0 −4 lib/_carousel.scss
- +0 −4 lib/_close.scss
- +1 −6 lib/_code.scss
- +0 −3 lib/_component-animations.scss
- +0 −4 lib/_dropdowns.scss
- +92 −99 lib/_forms.scss
- +0 −5 lib/_grid.scss
- +0 −4 lib/_hero-unit.scss
- +11 −16 lib/_labels-badges.scss
- +0 −3 lib/_layouts.scss
- +34 −31 lib/_mixins.scss
- +1 −7 lib/_modals.scss
- +5 −19 lib/_navbar.scss
- +1 −3 lib/_navs.scss
- +0 −4 lib/_pager.scss
- +0 −4 lib/_pagination.scss
- +0 −4 lib/_popovers.scss
- +0 −3 lib/_progress-bars.scss
- +6 −4 lib/_reset.scss
- +0 −3 lib/_responsive-1200px-min.scss
- +0 −4 lib/_responsive-767px-max.scss
- +0 −3 lib/_responsive-768px-979px.scss
- +10 −8 lib/_responsive-navbar.scss
- +0 −3 lib/_responsive-utilities.scss
- +0 −2 lib/_scaffolding.scss
- +0 −3 lib/_sprites.scss
- +1 −5 lib/_tables.scss
- +0 −4 lib/_thumbnails.scss
- +0 −4 lib/_tooltip.scss
- +2 −9 lib/_type.scss
- +0 −3 lib/_utilities.scss
- +2 −6 lib/_variables.scss
- +0 −3 lib/_wells.scss
- +1 −5 lib/bootstrap.scss
- +2 −4 lib/responsive.scss
- +1 −0 lib/tests/css-tests.css
- +102 −12 lib/tests/css-tests.html
- +179 −0 lib/tests/forms.html
- +108 −0 lib/tests/navbar.html
- +1 −1 package.json

Oops, something went wrong.
0 comments on commit
cd0703b