| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-10 | Rephrase text | Julian Thilo | 1 | -2/+2 | |
| 2013-09-10 | Remove display: block from address | Zlatan Vasović | 1 | -1/+0 | |
| <address> is already displayed as block in all browsers (UAs). | |||||
| 2013-09-10 | Fix #10556 | Julian Thilo | 1 | -1/+1 | |
| Make media queries example in docs clearer | |||||
| 2013-09-09 | fixes #9985: update grid classes in grid example | Mark Otto | 1 | -11/+7 | |
| 2013-09-09 | Merge pull request #10542 from twbs/controls-migration-docs | Mark Otto | 1 | -0/+14 | |
| add .control* to migration docs; fixes #10532 | |||||
| 2013-09-09 | add .control* to migration docs; fixes #10532 | Chris Rebert | 1 | -0/+14 | |
| 2013-09-09 | dat hash | Mark Otto | 1 | -1/+1 | |
| 2013-09-09 | dat @juthilo edit | Mark Otto | 1 | -1/+1 | |
| 2013-09-09 | Copy edits from @cvrebert and @juthilo | Mark Otto | 1 | -6/+6 | |
| 2013-09-09 | adding required attribute for example signin form | Topsitemakers | 1 | -2/+2 | |
| 2013-09-08 | Merge branch 'master' into docs_welcome | Mark Otto | 4 | -11/+14 | |
| 2013-09-08 | fixes #10526: Remove custom background on responsive tables and set it in ↵ | Mark Otto | 4 | -11/+14 | |
| the docs where it should've been originally | |||||
| 2013-09-08 | use irc link | Mark Otto | 1 | -1/+1 | |
| 2013-09-08 | shorter avatar urls | Mark Otto | 1 | -4/+4 | |
| 2013-09-08 | Add Welcome section to docs | Mark Otto | 4 | -10/+132 | |
| * Fixes unrelated typo in readme * Add new Welcome section with history, team, callouts, and community subsections * Redesigns callouts to be a bit lighterweight with colored headings | |||||
| 2013-09-08 | Match order of vars to order of components; darken some alert borders | Mark Otto | 3 | -17/+17 | |
| 2013-09-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2013-09-08 | fixes #10521: Only remove bottom-border from last row of cells in tbody and ↵ | Mark Otto | 3 | -3/+9 | |
| tfoot within responsive tables | |||||
| 2013-09-08 | Merge pull request #10523 from ZDroid/patch-1 | Julian Thilo | 1 | -1/+1 | |
| Added missing semicolon | |||||
| 2013-09-08 | Added missing semicolon | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-08 | changed attr('data-target') to data('target'); | Alexey | 1 | -1/+1 | |
| this will extend js interface, to be possible to setup targets for tabs as var content=$('<div class="tab-pane">',{text: 'content'}); var tab=('<li>',{html: $('<a>',{text: 'Main options'})}).addClass('active').data({target: $main,toggle: 'tab'}).appendTo(tabs); | |||||
| 2013-09-06 | Run grunt to gen raw files | Mark Otto | 1 | -1/+1 | |
| 2013-09-06 | Remove nav from jumbotron example (temp fix for #10228) | Mark Otto | 1 | -17/+0 | |
| 2013-09-06 | fixes #10024: Use negative margin to fix the border between button and input ↵ | Mark Otto | 3 | -1/+17 | |
| in input groups | |||||
| 2013-09-06 | Merge pull request #9968 from thelukemcdonald/master | Mark Otto | 2 | -7/+7 | |
| Apply gradient stripe @color parameter | |||||
| 2013-09-06 | Merge branch 'master' of https://github.com/nuttertag/bootstrap into ↵ | Mark Otto | 3 | -3/+19 | |
| nuttertag-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-06 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -0/+27 | |
| 2013-09-06 | fix broke width of containers in docs given change to use width over max-width | Mark Otto | 1 | -0/+5 | |
| 2013-09-06 | Merge pull request #10025 from barryvdh/patch-2 | Mark Otto | 1 | -0/+27 | |
| Add missing methods (rotateX/Y, perspective(-origin) and transform-origin) | |||||
| 2013-09-06 | Merge branch 'GSEdits7' of https://github.com/StevenBlack/bootstrap into ↵ | Mark Otto | 1 | -30/+24 | |
| StevenBlack-GSEdits7 Conflicts: getting-started.html | |||||
| 2013-09-06 | fixes #10491: new docs background base64 image | Mark Otto | 1 | -1/+1 | |
| 2013-09-05 | account for last child bottom border; use 0 instead of none | Mark Otto | 3 | -4/+40 | |
| 2013-09-05 | Don't double border a bordered table within a panel | Kevin O'Connor | 1 | -0/+17 | |
| 2013-09-05 | Fixed two more instances of [.]LESS in the text | Steven Black | 1 | -2/+2 | |
| 2013-09-05 | Removed the '.' from '.LESS' in two instances. | Steven Black | 1 | -2/+2 | |
| 2013-09-05 | Merge pull request #10471 from javiereguiluz/patch-4 | Chris Rebert | 1 | -16/+16 | |
| [doc] fixed the horizontal form example | |||||
| 2013-09-05 | Standardizing on LESS (uppercase) and avoiding the word 'less' where that's ↵ | Steven Black | 1 | -10/+10 | |
| easy and sensible. | |||||
| 2013-09-05 | Better wording, avoiding 'invoke', and misc edits | Steven Black | 1 | -4/+4 | |
| 2013-09-05 | [doc] fixed the horizontal form example | Javier Eguiluz | 1 | -16/+16 | |
| 2013-09-05 | Merge pull request #10453 from ckundo/add-dropdown-button-text | Mark Otto | 1 | -8/+36 | |
| Add visibly hidden button text for screen reader users. | |||||
| 2013-09-04 | add <code> around ".less" in Getting Started docs | Chris Rebert | 1 | -1/+1 | |
| 2013-09-04 | Docs - Getting started: refactor 'Customizing Bootstrap' | Steven Black | 1 | -24/+18 | |
| 2013-09-04 | fix swapped angle brackets in docs; fixes part of #10456 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-04 | Fixes #10452: Add note about deprecation of .nav-divider | Mark Otto | 1 | -1/+6 | |
| Should have been dropped in v3, but ah well, we missed it. So, it gets the deprecation. | |||||
| 2013-09-04 | add docs callout to mention #9947 | Mark Otto | 1 | -0/+4 | |
| 2013-09-04 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -10/+10 | |
| 2013-09-04 | fixes #10449: use th with scope in table; add scope to th in thead | Mark Otto | 1 | -8/+8 | |
| 2013-09-04 | Add visibly hidden button text for screen reader users. | Cameron Cundiff | 1 | -8/+36 | |
| [Finishes #10448] | |||||
| 2013-09-04 | clarify working directory requirement of `npm install` | Chris Rebert | 1 | -1/+1 | |
| 2013-09-04 | bump minor/patch versions of other dependencies | Chris Rebert | 1 | -8/+8 | |
