| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-03 | Merge pull request #12904 from twbs/keywords | Mark Otto | 3 | -3/+23 | |
| add (more) keywords to package definition files | |||||
| 2014-03-03 | Merge pull request #12905 from twbs/buttons-migration | Mark Otto | 1 | -0/+1 | |
| add data-toggle button.js change to migration docs | |||||
| 2014-03-03 | add data-toggle button.js change to migration docs | Chris Rebert | 1 | -0/+1 | |
| 2014-03-03 | add more keywords to package.json & composer.json | Chris Rebert | 2 | -2/+15 | |
| 2014-03-03 | add 'keywords' field to bower.json | Chris Rebert | 1 | -1/+8 | |
| 2014-03-03 | Match docs description | Mark Otto | 1 | -1/+1 | |
| 2014-03-03 | Match docs for description | Mark Otto | 1 | -1/+1 | |
| 2014-03-02 | Fix for stray 1px line under top navigation | avindra | 1 | -0/+7 | |
| If you add an "active" class to one of the <li> elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that. | |||||
| 2014-03-02 | Removed margin-bottom from last p of .blog-footer | Lipis | 1 | -0/+3 | |
| 2014-03-02 | Merge pull request #12864 from twbs/csslint-fix | XhmikosR | 7 | -10/+17 | |
| Csslint fix | |||||
| 2014-03-02 | Update dependencies. | XhmikosR | 2 | -7/+7 | |
| 2014-03-02 | Merge pull request #12875 from twbs/less.js | XhmikosR | 11 | -20/+20 | |
| Update Less.js | |||||
| 2014-03-01 | Remove ./ from bower.json paths | Zlatan Vasović | 1 | -6/+6 | |
| 2014-03-01 | Merge pull request #12890 from ZDroid/bower-json-keywords | Chris Rebert | 1 | -0/+3 | |
| Add bower.json keywords | |||||
| 2014-03-01 | Add bower.json keywords | Zlatan Vasović | 1 | -0/+3 | |
| 2014-03-01 | Merge pull request #12889 from ZDroid/composer-json-keywor | Chris Rebert | 1 | -1/+3 | |
| Remove "bootstrap" keyword from composer.json | |||||
| 2014-03-01 | Remove "bootstrap" keyword | Zlatan Vasović | 1 | -1/+3 | |
| 2014-03-01 | Run `grunt`. | XhmikosR | 9 | -14/+14 | |
| 2014-03-01 | Update grunt-contib-less. | XhmikosR | 1 | -1/+1 | |
| 2014-03-01 | Update less.js to v1.7.0. | XhmikosR | 1 | -5/+5 | |
| 2014-02-28 | Merge pull request #12880 from hnrch02/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Fix small typo in JavaScript docs | |||||
| 2014-02-28 | Fix small typo in JavaScript docs | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-02-28 | Re-indent grunt/.jshintrc. | XhmikosR | 1 | -8/+8 | |
| 2014-02-28 | Gruntfile.js: use the same targets as JSHint for JSCS to avoid duplication. | XhmikosR | 1 | -4/+4 | |
| 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 | |
