| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-16 | start toc in docs scss file | Mark Otto | 1 | -3/+14 | |
| 2015-04-16 | rename classes from .bs-docs and .bs to .bd | Mark Otto | 38 | -371/+386 | |
| 2015-04-15 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 13 | -42/+421 | |
| 2015-04-15 | more docs nav changes | Mark Otto | 4 | -10/+15 | |
| 2015-04-15 | footer button alignment | Mark Otto | 1 | -6/+1 | |
| 2015-04-15 | footer copy | Mark Otto | 1 | -3/+6 | |
| 2015-04-15 | grunt | Mark Otto | 8 | -10/+390 | |
| 2015-04-15 | tweak alignment and spacing | Mark Otto | 1 | -7/+2 | |
| 2015-04-15 | fix spacer vars | Mark Otto | 2 | -2/+5 | |
| 2015-04-15 | don't boost first paragraph on mobile | Mark Otto | 1 | -5/+2 | |
| 2015-04-15 | fix .highlight spacing | Mark Otto | 1 | -2/+3 | |
| 2015-04-14 | Update docs to account for #15755 | Chris Rebert | 1 | -1/+0 | |
| 2015-04-14 | stub out the need for a homepage getting started section | Mark Otto | 1 | -2/+23 | |
| 2015-04-14 | affix plugin does not work within a pulled/pushed column | Joshua Tauberer | 1 | -0/+1 | |
| This documents the limitation discussed in https://github.com/twbs/bootstrap/issues/12126: > When using column reordering and using the affix-plugin on an element positioned with push, the affix plugin doesn't work correctly - the element affected by the affix plugin is positioned to the left even when the element is in a column positioned on the right. Seems to affect Safari (tested in version 8) only. That issue has (unfortunately) been closed, so this at least documents the behavior. | |||||
| 2015-04-14 | grunt and docs | Mark Otto | 7 | -165/+7 | |
| 2015-04-14 | more utilities | Mark Otto | 1 | -8/+96 | |
| 2015-04-14 | nuke shadows for now | Mark Otto | 1 | -2/+2 | |
| 2015-04-13 | redo sidenav | Mark Otto | 11 | -52/+86 | |
| 2015-04-13 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -13/+0 | |
| 2015-04-13 | docs derp | Mark Otto | 9 | -30/+8 | |
| 2015-04-13 | remove pre styles -- see #4547 | Mark Otto | 1 | -3/+0 | |
| 2015-04-13 | Merge pull request #105 from twbs/beautiful-colors | Chris Rebert | 1 | -2/+0 | |
| Print with all the colors of the wind | |||||
| 2015-04-13 | Merge pull request #106 from twbs/href-print | Chris Rebert | 1 | -11/+0 | |
| Remove half-assed inclusion of link URLs (hrefs) when printing | |||||
| 2015-04-13 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -4/+6 | |
| 2015-04-13 | Merge pull request #16279 from twbs/fix-16276 | Chris Rebert | 1 | -0/+1 | |
| Make .btn in .btn-toolbar float:left too | |||||
| 2015-04-13 | Fixes #16270. | Ray McMahan | 1 | -1/+1 | |
| Badges now appeared vertically centered next to text. Previously, badges appeared to be somewhat lower than tall text such as h1's next to it. | |||||
| 2015-04-13 | automatic `grunt dist` | Bootstrap's Grunt bot | 5 | -6/+6 | |
| 2015-04-12 | Merge pull request #16256 from twbs/fix-16247 | Chris Rebert | 2 | -3/+3 | |
| Add px unit to perspective property value | |||||
| 2015-04-13 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -8/+54 | |
| 2015-04-12 | Merge pull request #16086 from twbs/fix-15925 | Chris Rebert | 4 | -13/+27 | |
| Reset text/font properties more thoroughly for tooltips+popovers | |||||
| 2015-04-12 | Turns out http://crbug.com/475128 affects all OSes | Chris Rebert | 1 | -1/+1 | |
| 2015-04-12 | Make .btn in .btn-toolbar float:left too; fixes #16276 | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-04-11 | Fix existing radio button unit test | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-04-11 | Don't preventDefault radio buttons | Patrick H. Lauke | 1 | -3/+3 | |
| as this breaks keyboard navigation for radio button toggles (see https://github.com/twbs/bootstrap/issues/16223) | |||||
| 2015-04-11 | Remove half-assed inclusion of link URLs (hrefs) when printing | Chris Rebert | 1 | -11/+0 | |
| * Relative URLs were output as-is, which is suboptimal or even confusing for end-users * Ditto for fragment identifiers * Outputting long URLs inline with prose isn't good UX JavaScript could potentially help with this (e.g. http://alistapart.com/article/improvingprint). However, we're not currently interested in trying to tackle the hard problem of fancy print stylesheets/views (particularly given the level of cross-browser inconsistency when it comes to printing). So let's just keep things simple, vanilla, and unsurprising, which should also make it easy for others to add their own print fanciness on top of Bootstrap. | |||||
| 2015-04-11 | Print with all the colors of the wind | Chris Rebert | 1 | -2/+0 | |
| Forcing black-and-white text & backgrounds is too harsh. Printing speed isn't everything. Users or authors can easily enable grayscale themselves if need be. | |||||
| 2015-04-11 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -10/+6 | |
| 2015-04-10 | Merge pull request #16263 from twbs/fix-16090 | Chris Rebert | 1 | -2/+1 | |
| Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler | |||||
| 2015-04-08 | Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler; ↵ | Chris Rebert | 1 | -2/+1 | |
| fixes #16090 | |||||
| 2015-04-08 | Merge pull request #16262 from twbs/browser-bugs-16180 | Chris Rebert | 1 | -0/+20 | |
| Add Wall of Browser Bugs entries for #16180 | |||||
| 2015-04-08 | Add Wall of Browser Bugs entries for #16180 | Chris Rebert | 1 | -0/+20 | |
| Closes #16180. | |||||
| 2015-04-08 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -10/+4 | |
| 2015-04-08 | Merge pull request #16259 from twbs/chrome-fixed-that | Chris Rebert | 1 | -6/+0 | |
| rm defunct workaround for OS X Chrome <select> printing bug | |||||
| 2015-04-08 | Add event after template inserted | Johann-S | 5 | -0/+40 | |
| 2015-04-08 | rm defunct workaround for OS X Chrome <select> printing bug | Chris Rebert | 1 | -6/+0 | |
| Chrome fixed the bug several versions ago (see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 ) thus rendering this workaround unnecessary. [skip sauce] | |||||
| 2015-04-08 | Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925 | Chris Rebert | 4 | -13/+27 | |
| [skip sauce] | |||||
| 2015-04-08 | hoist text-decoration reset up from .tooltip-inner to .tooltip | Chris Rebert | 1 | -1/+1 | |
| 2015-04-08 | tooltip: line-height: 1.4 => @line-height-base | Chris Rebert | 1 | -1/+1 | |
| 2015-04-08 | Merge pull request #15294 from twbs/grunt-contrib-htmlmin | XhmikosR | 3 | -1/+332 | |
| Add grunt-contrib-htmlmin. | |||||
| 2015-04-08 | Add grunt-contrib-htmlmin. | XhmikosR | 3 | -1/+332 | |
| Only used for the GitHub docs. | |||||
