An error occurred while fetching the assigned milestone of the selected merge_request.
docs
assets
css
docs.css +313 -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 +1 -1
base-css.html +1134 -0
components.html +757 -0
index.html +203 -1868
javascript.html +616 -258
less.html +490 -0
scaffolding.html +406 -0
upgrading.html +152 -0
examples
container-app.html +3 -3
fluid-reverse.html +126 -0
fluid.html +6 -6
hero.html +2 -2
js
tests
index.html +1 -0
README.md +88 -0
bootstrap-alert.js +78 -0
bootstrap-button.js +98 -0
bootstrap-carousel.js +59 -0
bootstrap-collapse.js +135 -0
bootstrap-dropdown.js +43 -18
bootstrap-modal.js +105 -128
bootstrap-popover.js +29 -10
bootstrap-scrollspy.js +51 -42
bootstrap-tab.js +104 -0
bootstrap-transition.js +45 -0
bootstrap-transitions.js +45 -0
bootstrap-twipsy.js +56 -69
lib
bootstrap.less +14 -1
breadcrumbs.less +22 -0
forms.less +208 -252
media-grids.less +33 -0
mixins.less +163 -62
modals.less +60 -0
pagination.less +40 -0
patterns.less +175 -504
popovers.less +45 -0
reset.less +18 -10
responsive.less +229 -0
scaffolding.less +28 -42
tables.less +99 -44
tabs-pills.less +294 -0
twipsy.less +33 -0
type.less +69 -37
variables.less +30 -34
.gitignore +2 -1
Makefile +20 -1
README.md +2 -2
bootstrap.css +1387 -990
bootstrap.min.css +254 -247
+ 313
- 169
@@ -5,175 +5,197 @@
@@ -181,10 +203,10 @@ section > .row {
@@ -228,7 +250,7 @@ section > .row {
@@ -238,55 +260,15 @@ section > .row {
@@ -310,8 +292,170 @@ 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