| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-02-28 | Move `immed` to JSCS. | XhmikosR | 2 | -1/+3 | |
| 2014-02-28 | Move `trailing` check to JSCS. | XhmikosR | 2 | -1/+1 | |
| 2014-02-28 | Move `camelcase` check to JSCS. | XhmikosR | 2 | -1/+1 | |
| 2014-02-28 | JSCS: Use more style checks. | XhmikosR | 1 | -0/+3 | |
| 2014-02-28 | Move the quotes check to JSCS. | XhmikosR | 3 | -3/+2 | |
| 2014-02-28 | Switch to using JSCS for the indentation check. | XhmikosR | 5 | -34/+32 | |
| 2014-02-28 | Gruntfile.js: Remove extra comma. | XhmikosR | 1 | -1/+1 | |
| 2014-02-27 | 100% less tumah | Mark Otto | 1 | -2/+3 | |
| 2014-02-27 | Merge pull request #12855 from lipis/patch-1 | Mark Otto | 1 | -0/+4 | |
| Added the very useful .animation-fill-mode() mixin | |||||
| 2014-02-27 | Merge pull request #12866 from twbs/sitemap | Mark Otto | 3 | -1/+33 | |
| Add sitemap.xml and robots.txt files. | |||||
| 2014-02-27 | Fixes #12851: it's not a tumah | Mark Otto | 1 | -1/+1 | |
| 2014-02-27 | Add sitemap.xml and robots.txt files. | XhmikosR | 3 | -1/+33 | |
| 2014-02-27 | Move csslint overrides in Gruntfile.js. | XhmikosR | 2 | -5/+7 | |
| This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26 | |||||
| 2014-02-27 | Fix csslint errors. | XhmikosR | 5 | -5/+6 | |
| 2014-02-27 | Break csslint targets. | XhmikosR | 1 | -2/+6 | |
| 2014-02-27 | Fix for issue #12854 where push and pull resets | Sojaner | 1 | -2/+12 | |
| The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly. To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%. | |||||
| 2014-02-27 | Merge pull request #12861 from twbs/docs-csscomb | XhmikosR | 3 | -69/+106 | |
| Add docs.css in the CSSComb task. | |||||
| 2014-02-27 | Run csscomb before cssmin. | XhmikosR | 2 | -2/+2 | |
| 2014-02-27 | Fixed flickering and simplified calculations | Suleman Chikhalia | 1 | -3/+1 | |
| - Removed offending line causing a flicker to the default top state - Simplified calculation of the top offset when in the bottom state | |||||
| 2014-02-27 | Add docs.css in the CSSComb task. | XhmikosR | 2 | -67/+104 | |
| 2014-02-26 | Run `grunt update-shrinkwrap`. | XhmikosR | 1 | -1/+1 | |
| 2014-02-26 | Bump grunt-jscs-checker. | XhmikosR | 3 | -2/+2 | |
| 2014-02-26 | Update load-grunt-tasks. | XhmikosR | 1 | -1/+1 | |
| 2014-02-26 | Merge pull request #12829 from ZDroid/no-bs-keyword | Chris Rebert | 1 | -1/+0 | |
| Remove bootstrap keyword from package.json | |||||
| 2014-02-26 | Added the very useful .animation-fill-mode() mixin | Lipis | 1 | -0/+4 | |
| I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode | |||||
| 2014-02-26 | Remove bootstrap keyword | Zlatan Vasović | 1 | -1/+0 | |
| 2014-02-25 | update boto & s3_cache.py | Chris Rebert | 2 | -2/+2 | |
| 2014-02-25 | grunt build-customizer-html | Chris Rebert | 1 | -1/+1 | |
| 2014-02-26 | Run grunt dist. | XhmikosR | 2 | -2/+2 | |
| 2014-02-25 | update shrinkwrap | Chris Rebert | 1 | -1/+1 | |
| 2014-02-25 | add Grunt task for css-flip-ing & add RTL to Gruntfile configs | Chris Rebert | 10 | -21629/+601 | |
| 2014-02-25 | update GitHub issue link in comment | Chris Rebert | 1 | -1/+1 | |
| 2014-02-24 | Use CSS Flip to generate RTL variation | Mark Otto | 6 | -0/+29072 | |
| 2014-02-24 | grunt dist | Mark Otto | 4 | -4/+4 | |
| 2014-02-24 | Merge pull request #12837 from twbs/grid-docs | Mark Otto | 1 | -1/+1 | |
| move grid classes cascade explanation into main grid docs section | |||||
| 2014-02-24 | move grid classes cascade explanation into main grid docs section | Chris Rebert | 1 | -1/+1 | |
| 2014-02-24 | fix #12836 | Chris Rebert | 1 | -1/+1 | |
| Thanks @Quy. | |||||
| 2014-02-24 | Merge pull request #12834 from twbs/sauce-chrome-name | Chris Rebert | 1 | -3/+3 | |
| switch browserName from "googlechrome" to "chrome" | |||||
| 2014-02-24 | switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647 | Chris Rebert | 1 | -3/+3 | |
| 2014-02-23 | Update grunt-contrib-connect. | XhmikosR | 2 | -2/+2 | |
| 2014-02-22 | Fixes #12822: Scope panel collapse styles to immediate panel bodies only | Mark Otto | 8 | -20/+20 | |
| 2014-02-22 | Fixes #12808: Correct grid column values listed in Grid Options | Mark Otto | 1 | -3/+3 | |
| 2014-02-22 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+0 | |
| 2014-02-22 | Fixes #12801: Add padding to the bottom of .form-control-static to match ↵ | Mark Otto | 6 | -4/+6 | |
| height of standard form controls | |||||
| 2014-02-22 | Merge pull request #12818 from hebbet/patch-1 | Chris Rebert | 1 | -2/+0 | |
| Remove second tbody from Supported browsers | |||||
| 2014-02-22 | Remove second tbody from Supported browsers | hebbet | 1 | -2/+0 | |
| Removed the second tbody from "Internet Explorer 8 and 9" Table | |||||
| 2014-02-22 | Update modals to use more consistent padding—modal body and footer now ↵ | Mark Otto | 7 | -8/+8 | |
| match modal header | |||||
| 2014-02-22 | Merge branch 'master' into pr/12813 | Mark Otto | 7 | -11/+18 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-02-22 | Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵ | Mark Otto | 7 | -11/+18 | |
| of the media query | |||||
| 2014-02-21 | Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694 | Supergibbs | 9 | -8/+62 | |
