aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2014-09-13Teh gruntHeinrich Fenkart2-2/+2
https://www.youtube.com/watch?v=L-4VxEtWyRo
2014-09-13gruntHeinrich Fenkart2-2/+2
2014-09-11G R U N THeinrich Fenkart2-2/+2
2014-09-09grunt and missing new lineHeinrich Fenkart2-2/+2
2014-09-09run `grunt`Heinrich Fenkart2-2/+2
2014-09-08gruntHeinrich Fenkart2-3/+3
2014-09-08gruntMark Otto2-2/+2
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto2-2/+2
isn't interferred with by .jumbotron side padding
2014-09-08gruntMark Otto1-1/+1
2014-09-08Run `grunt`.XhmikosR2-3/+3
2014-08-28gruntMark Otto1-1/+1
2014-08-27gruntMark Otto3-3/+3
2014-08-27Fixes #14439: Add static tooltip example to docsMark Otto1-0/+6
2014-08-27Merge branch 'master' into sr_friendly_hidden_contentMark Otto4-7/+9
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-08-27gruntMark Otto2-2/+2
2014-08-27gruntMark Otto2-2/+2
2014-08-26Specify `cursor: pointer` for `#import-manual-trigger`.XhmikosR2-3/+6
2014-08-23gruntMark Otto2-2/+2
2014-08-23Full gruntMark Otto3-3/+3
2014-08-23fixes #14425: remove invalid css propertyMark Otto1-1/+0
2014-08-23gruntMark Otto2-3/+3
2014-08-23gruntMark Otto2-2/+2
2014-08-17gruntChris Rebert2-2/+2
2014-08-17Fix #14411 by setting JSON Content-Type for Gist API requestChris Rebert1-0/+1
2014-08-05space out consecutive navs betterMark Otto2-1/+4
2014-08-05cardsMark Otto2-3/+16
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-1/+1
2014-08-04comment out firefox specific code for linter to parse fullyMark Otto1-1/+1
2014-08-04Merge branch 'master' into derpMark Otto1-1270/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/_includes/js/overview.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/carousel.less
2014-08-04gruntMark Otto2-3/+3
2014-08-03fix ads textMark Otto2-2/+2
2014-08-03fix sidebar againMark Otto2-7/+1274
2014-08-03Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Merge branch 'master' into derpMark Otto7-50/+110
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
2014-08-01Run `grunt`.XhmikosR3-5/+5
2014-07-31Add drag and drop config import; closes #11004Thomas Welton2-16/+108
Closes #13790 by merging a rebased version of it.
2014-07-23Fixes #14221: Make .form-control-static work in inline forms as wellMark Otto1-1/+1
2014-07-23Merge pull request #14166 from hnrch02/docs-cleanupMark Otto1-0/+3
Docs cleanup
2014-07-22Run `grunt`.XhmikosR1-1/+1
2014-07-22Update Filesaver.js to v2014-07-21.XhmikosR1-26/+19
2014-07-22Update Blob.js to the latest version.XhmikosR1-2/+2
2014-07-22Run `grunt`.XhmikosR2-3/+3
2014-07-17Merge alert examples and add `.bs-example-standalone` classHeinrich Fenkart1-0/+3
2014-07-15regenerate docs/assets/js/docs.min.jsChris Rebert1-1/+1
2014-07-15popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindexChris Rebert1-2/+1
Fixes #14038. Research supporting this choice of approach: https://gist.github.com/cvrebert/68659d0333a578d75372 Why not <button>? Even with a `tabindex` attribute, they don't gain focus when clicked upon in: * Mac OS X Firefox 30.0 * Mac OS X Safari 7.0.5
2014-07-13table headersMark Otto1-1272/+1
2014-07-13more remsMark Otto2-23/+1294
2014-07-13transitions mixin and global variable, add it to buttonsMark Otto2-1273/+2
2014-07-13more docs rems, some mixin optimizationMark Otto2-176/+167