An error occurred while fetching the assigned milestone of the selected merge_request.
docs
assets
css
docs.css +322 -169
img
example-sites
bartop.png +0 -0
fleetio.png +0 -0
jshint.png +0 -0
kippt.png +0 -0
railwayjs.png +0 -0
totalwireframe.png +0 -0
glyphicons
glyphicons_009_magic.png +0 -0
glyphicons_042_group.png +0 -0
glyphicons_079_podium.png +0 -0
glyphicons_082_roundabout.png +0 -0
glyphicons_155_show_thumbnails.png +0 -0
glyphicons_163_iphone.png +0 -0
glyphicons_214_resize_small.png +0 -0
glyphicons_266_book_open.png +0 -0
github-16px.png +0 -0
grid-18px-masked.png +0 -0
icon-css3.png +0 -0
icon-github.png +0 -0
icon-html5.png +0 -0
icon-twitter.png +0 -0
less-logo-large.png +0 -0
less-small.png +0 -0
responsive-illustrations.png +0 -0
js
application.js +60 -36
base-css.html +1194 -0
components.html +823 -0
index.html +171 -1879
javascript.html +668 -287
less.html +473 -0
scaffolding.html +380 -0
upgrading.html +124 -0
examples
container-app.html +3 -3
fluid-reverse.html +126 -0
fluid.html +6 -6
hero.html +2 -2
js
tests
unit
bootstrap-alert.js +5 -5
bootstrap-button.js +54 -0
bootstrap-collapse.js +25 -0
bootstrap-dropdown.js +11 -10
bootstrap-modal.js +12 -16
bootstrap-popover.js +5 -7
bootstrap-scrollspy.js +3 -3
bootstrap-tab.js +46 -0
bootstrap-transition.js +13 -0
bootstrap-twipsy.js +5 -35
vendor
jquery.js +9252 -0
qunit.css +1 -1
index.html +16 -7
README.md +106 -0
bootstrap-alert.js +86 -0
bootstrap-button.js +98 -0
bootstrap-carousel.js +51 -0
bootstrap-collapse.js +135 -0
bootstrap-dropdown.js +47 -18
bootstrap-modal.js +107 -130
bootstrap-popover.js +45 -27
bootstrap-scrollspy.js +52 -43
bootstrap-tab.js +123 -0
bootstrap-transition.js +47 -0
bootstrap-twipsy.js +144 -181
lib
bootstrap.less +15 -1
breadcrumbs.less +22 -0
dropdowns.less +94 -0
forms.less +206 -270
mixins.less +168 -62
modals.less +61 -0
pagination.less +46 -0
patterns.less +193 -590
popovers.less +49 -0
print.less +18 -0
reset.less +18 -10
responsive.less +241 -0
scaffolding.less +28 -42
tables.less +95 -44
tabs-pills.less +294 -0
thumbnails.less +34 -0
twipsy.less +35 -0
type.less +69 -37
variables.less +30 -34
.gitignore +2 -1
Makefile +23 -4
README.md +2 -2
bootstrap.css +1505 -1053
bootstrap.min.css +272 -256
+ 322
- 169
@@ -5,175 +5,198 @@
@@ -181,10 +204,10 @@ section > .row {
@@ -228,7 +251,7 @@ section > .row {
@@ -238,55 +261,15 @@ section > .row {
@@ -310,8 +293,178 @@ img.large-bird {
\ No newline at end of file
docs/assets/img/example-sites/bartop.png
0 → 100644
+ 0
- 0

84.19 KiB
docs/assets/img/example-sites/fleetio.png
0 → 100644
+ 0
- 0

46.17 KiB
docs/assets/img/example-sites/jshint.png
0 → 100644
+ 0
- 0

8.68 KiB
docs/assets/img/example-sites/kippt.png
0 → 100644
+ 0
- 0

55.73 KiB