| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-07 | Change Twitter links to use `https`. | XhmikosR | 2 | -2/+2 | |
| 2014-10-02 | fixes #14714: don't use specific value in buttons docs | Mark Otto | 1 | -1/+1 | |
| 2014-09-25 | rm redundant grid column classes from responsive utilities demos | Chris Rebert | 1 | -12/+12 | |
| 2014-09-18 | Fixes #14642: Add docs mention for blank checkboxes and radios | Mark Otto | 1 | -0/+29 | |
| 2014-09-02 | document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 | Chris Rebert | 1 | -1/+1 | |
| 2014-08-02 | Fixes #14296: document a table caption example | Mark Otto | 1 | -0/+1 | |
| 2014-07-24 | Update docs & add example for #14221 | Chris Rebert | 1 | -1/+27 | |
| [skip sauce] | |||||
| 2014-07-21 | Document that form field feedback icons only work with `input.form-control` | Chris Rebert | 1 | -0/+1 | |
| Closes #14202. [skip sauce] | |||||
| 2014-07-08 | derp | Mark Otto | 1 | -1/+1 | |
| 2014-07-07 | Fixes #14068: Update docs note for inline forms | Mark Otto | 1 | -5/+5 | |
| 2014-07-07 | Part 2 for fixing #13996: Add a docs callout to help folks using SVG images ↵ | Mark Otto | 1 | -0/+4 | |
| in IE8-10 | |||||
| 2014-07-05 | Docs: add missing example code code for `kbd` after #13351. | XhmikosR | 1 | -1/+2 | |
| 2014-07-02 | fix new form validation | Mark Otto | 1 | -4/+4 | |
| 2014-07-02 | fix up examples | Mark Otto | 1 | -22/+26 | |
| 2014-07-02 | Moves checkbox/radios into "Validation states" example. | Zac Echola | 1 | -52/+44 | |
| 2014-07-02 | Documents radio and checkbox validation states | Zac Echola | 1 | -0/+52 | |
| References #14010 fixing duped IDs fix ALL the duped IDs. make example id match actual id | |||||
| 2014-06-28 | fixes #13968 | Mark Otto | 1 | -0/+6 | |
| 2014-06-26 | Fix link to compiling info. Fixes #13938. | XhmikosR | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2014-06-23 | grid class inconsistency 2 | Julian Thilo | 1 | -2/+2 | |
| https://github.com/twbs/bootstrap/commit/32bde78e1996a92e6b801e1f4a475d5ab48685f8 | |||||
| 2014-06-23 | grid class inconsistency /cc @juthilo | Mark Otto | 1 | -5/+5 | |
| 2014-06-23 | fix typo in css - buttons | Ilya Radchenko | 1 | -1/+1 | |
| 2014-06-19 | grunt dist | Mark Otto | 1 | -0/+36 | |
| 2014-06-19 | ids over names | Mark Otto | 1 | -4/+4 | |
| 2014-06-19 | Fix @gray-light in docs | Bas Bosman | 1 | -1/+1 | |
| 2014-06-18 | fixes #13021: add .form-group-sm/-lg | Mark Otto | 1 | -0/+36 | |
| 2014-06-11 | Add dropped text-justify | Bas Bosman | 1 | -0/+1 | |
| 2014-06-11 | Follow-up to #13671; improves consistency of text with previous examples | Heinrich Fenkart | 1 | -6/+6 | |
| Also fixes a small indentation error. | |||||
| 2014-06-10 | Merge pull request #13351 from Cecchi/nested-kbd | Mark Otto | 1 | -1/+2 | |
| Add nested kbd element styles for actual keys or inputs | |||||
| 2014-06-10 | fixes #13356: clarify use of clearfix on parents | Mark Otto | 1 | -1/+1 | |
| 2014-06-10 | Merge pull request #13671 from 04818419/text-transformation | Mark Otto | 1 | -0/+12 | |
| text transformation added | |||||
| 2014-06-10 | fixes #13775: tweak grid nesting docs about # of cols, change up example ↵ | Mark Otto | 1 | -11/+11 | |
| slightly | |||||
| 2014-06-10 | New text align class, .text-nowrap, for preventing text from breaking to new ↵ | Mark Otto | 2 | -10/+11 | |
| lines. Applies it to the grid docs table. | |||||
| 2014-06-10 | <input> buttons line-height Firefox bugfix has been shipped! | Chris Rebert | 1 | -1/+1 | |
| Remove Wall of Browser Bugs entry. Update mention of the bug in the CSS docs. [skip sauce] | |||||
| 2014-06-06 | add docs for #13745 | Chris Rebert | 1 | -1/+26 | |
| Good catch @juthilo [skip sauce] | |||||
| 2014-05-24 | text transformation added | Konstantin Kulinicenko | 1 | -0/+12 | |
| Transform text in components with text capitalization classes. | |||||
| 2014-05-22 | clarify | Mark Otto | 1 | -4/+2 | |
| 2014-05-22 | tighten up callouts and remove backgrounds | Mark Otto | 1 | -0/+14 | |
| 2014-05-13 | Remove unneeded spaces from `pre`. | XhmikosR | 1 | -1/+1 | |
| 2014-05-07 | move rtl to getting started, per @cvrebert's feedback | Mark Otto | 1 | -25/+0 | |
| 2014-05-07 | Merge pull request #13499 from twbs/clarify-rtl | Mark Otto | 1 | -1/+6 | |
| emphasize that bootstrap-rtl.css & bootstrap.css should not be used together | |||||
| 2014-05-04 | Fix .visible-print deprecation version #. | Quy Ton | 1 | -3/+3 | |
| 2014-05-04 | emphasize that bootstrap-rtl.css & bootstrap.css should not be used together | Chris Rebert | 1 | -1/+6 | |
| 2014-05-03 | Improve accessibility of close buttons in modals & alerts | Chris Rebert | 1 | -2/+2 | |
| Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog | |||||
| 2014-04-30 | Merge pull request #13434 from twbs/fix-13247 | Chris Rebert | 1 | -0/+18 | |
| document grid column wrapping behavior; fixes #13247 | |||||
| 2014-04-30 | document grid column wrapping behavior; fixes #13247 | Chris Rebert | 1 | -0/+18 | |
| 2014-04-30 | Merge branch 'pr/13320' | Mark Otto | 1 | -2/+19 | |
| Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-04-30 | explain | Mark Otto | 1 | -0/+1 | |
| 2014-04-26 | fixes https://github.com/twbs/bootstrap/issues/13367 | syed | 1 | -3/+3 | |
| Second color stop value should be percentage instead of decimal value. | |||||
| 2014-04-25 | fix #13427 | Chris Rebert | 1 | -3/+3 | |
| 2014-04-16 | Fixed typo and added leading space | jackson | 1 | -2/+2 | |
