| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-17 | try out a light gray sidebar | Mark Otto | 3 | -2/+3 | |
| 2015-04-17 | move text utilities docs from type to utilities | Mark Otto | 3 | -25/+39 | |
| 2015-04-17 | rename helpers to utilities in docs, matching the scss file | Mark Otto | 2 | -2/+2 | |
| 2015-04-17 | narrower borders to get closer to 1px everywhere | Mark Otto | 7 | -57/+57 | |
| 2015-04-17 | More reboot work, commenting out things that have been moved over | Mark Otto | 11 | -331/+169 | |
| 2015-04-17 | tweak the font-sizes for headings | Mark Otto | 1 | -3/+3 | |
| 2015-04-16 | nav and typo | Mark Otto | 2 | -1/+9 | |
| 2015-04-16 | more reboot updates | Mark Otto | 4 | -50/+62 | |
| 2015-04-16 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 76 | -2422/+3053 | |
| 2015-04-16 | collapsing navbar tools | Mark Otto | 11 | -14/+63 | |
| 2015-04-16 | start stubbing out a new reboot section and file | Mark Otto | 14 | -360/+837 | |
| 2015-04-16 | grunt docs | Chris Rebert | 2 | -11/+11 | |
| 2015-04-16 | Update ZeroClipboard and remove Copy buttons when Flash is unavailable | Mark Tareshawty | 3 | -30/+29 | |
| Fixes #16269. Closes #16301 by merging a rebased version of it. | |||||
| 2015-04-16 | edit comments a bit | Mark Otto | 1 | -12/+15 | |
| 2015-04-16 | rename scaffolding to reboot | Mark Otto | 2 | -1/+1 | |
| 2015-04-16 | Move .img- classes to new _images.scss; move hr to _type.scss | Mark Otto | 4 | -41/+43 | |
| 2015-04-16 | Merge pull request #101 from twbs/institutional-memory | Mark Otto | 3 | -6/+23 | |
| Revert "Images are responsive by default" | |||||
| 2015-04-16 | Redo all our callouts with the custom callout plugin | Mark Otto | 24 | -297/+368 | |
| - Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming | |||||
| 2015-04-16 | remove margins | Mark Otto | 1 | -2/+0 | |
| 2015-04-16 | fix example class in plugin | Mark Otto | 1 | -1/+1 | |
| 2015-04-16 | break down docs scss into imports, hell yeah | Mark Otto | 20 | -1540/+1501 | |
| 2015-04-16 | complete the docs scss toc | Mark Otto | 1 | -4/+32 | |
| 2015-04-16 | redo the anchor css in scss, comment out unused code, add our own styles /cc ↵ | Mark Otto | 3 | -35/+73 | |
| @xhmikosr | |||||
| 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 | |
