| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-14 | fix mixin code example | saiwang | 1 | -1/+1 | |
| 2013-08-13 | Fixes #9415 | Bas Bosman | 1 | -1/+1 | |
| 2013-08-12 | add src attribute to holder.js-powered <img>s so that they validate | Chris Rebert | 1 | -3/+3 | |
| use `data:` URL of empty invalid PNG: src="data:image/png;base64," | |||||
| 2013-08-12 | use unique IDs in Forms examples in docs | Chris Rebert | 1 | -32/+32 | |
| 2013-08-12 | Headings docs: use put <hN>s within <td>s instead of <th>s | Chris Rebert | 1 | -6/+6 | |
| 2013-08-12 | add alt text to <img>s in Images section of CSS docs | Chris Rebert | 1 | -6/+6 | |
| 2013-08-12 | Validation states docs: fix closing tag | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | fix ID of <select> in fieldset[disabled] example | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | update grid xs mixin and update docs to match new mixins | Mark Otto | 1 | -5/+5 | |
| 2013-08-12 | copyedit media queries docs added in aefed0ada9791338be11dd5318b24f17f517d51a | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | fixes #9382: inline forms now require use of .form-group for proper ↵ | Mark Otto | 1 | -8/+16 | |
| alignment of all form controls | |||||
| 2013-08-12 | Add missing aria-hidden attribs to close buttons | Bas Bosman | 1 | -2/+2 | |
| 2013-08-12 | fixes #9317: document media queries | Mark Otto | 1 | -0/+23 | |
| 2013-08-12 | rename and refactor a smidge to add medium grid mixins | Mark Otto | 1 | -12/+77 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 1 | -116/+168 | |
| Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars | |||||
| 2013-08-11 | Give forms and search fields proper ARIA roles | Kevin Suttle | 1 | -7/+7 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#form http://www.w3.org/TR/wai-aria/roles#search | |||||
| 2013-08-07 | Merge pull request #9198 from bwhitty/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Fixed #9196 - malformed HTML in doc | |||||
| 2013-08-07 | Fixed #9196 - malformed HTML in doc | Braden Whitten | 1 | -1/+1 | |
| Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196 | |||||
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 1 | -4/+18 | |
| This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out. | |||||
| 2013-08-06 | fixes #8935: add gutter width param to grid mixins | Mark Otto | 1 | -12/+49 | |
| 2013-08-05 | Fix pixel values in Responsive Utilities docs to match the actual code | Chris Rebert | 1 | -2/+2 | |
| 2013-08-05 | Fixes #8732: unfucks disabled fieldset form example with form groups | Mark Otto | 1 | -9/+21 | |
| 2013-08-05 | Fixes #8150: add `.static-form-control` for vertical alignment of static ↵ | Mark Otto | 1 | -5/+35 | |
| form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms | |||||
| 2013-08-05 | Update css.html | Chris Seaton | 1 | -2/+2 | |
| .help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing. | |||||
| 2013-08-05 | Fixes #8770: mobile-first (stacked by default) horizontal dls | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | typo | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | Update documentation on offset for small medium and large devices. "Grid ↵ | Elvis Ratzlaff | 1 | -2/+2 | |
| options" | |||||
| 2013-08-03 | add missing ref to .btn-xs in button sizes docs | Chris Rebert | 1 | -1/+1 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -38/+38 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-03 | fix Horizontal form docs | ChrisRiddell | 1 | -4/+4 | |
| 2013-08-02 | Merge pull request #8934 from twbs/generalize-horiz-form-example | Mark Otto | 1 | -0/+16 | |
| use separate `form-group`s in horiz form example for greater generality | |||||
| 2013-08-02 | Merge pull request #9018 from adamwoodbeck/3.0.0-wip | Mark Otto | 1 | -14/+14 | |
| Added ".col-sm-*" to the grid example per the description above the | |||||
| 2013-08-02 | Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵ | Mark Otto | 1 | -14/+14 | |
| https://github.com/jtickle/fp-bootstrap into jtickle-3.0.0-wip-fixed-grid-push-pull-offset Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-02 | Added ".col-sm-*" to the grid example per the description above the | Adam Woodbeck | 1 | -14/+14 | |
| example. | |||||
| 2013-08-01 | fix typo in CSS docs; fixes #8992 | Chris Rebert | 1 | -1/+1 | |
| "from" => "form" | |||||
| 2013-08-01 | Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offset | Jeff Tickle | 1 | -14/+14 | |
| 2013-07-31 | use separate `form-group`s in horiz form example for greater generality; ↵ | Chris Rebert | 1 | -0/+16 | |
| fixes #8925 | |||||
| 2013-07-31 | Added attribute whitespace | Mike Francis | 1 | -1/+1 | |
| 2013-07-30 | Fix #8658 | Guillermo González de Agüero | 1 | -2/+2 | |
| 2013-07-29 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+1 | |
| 2013-07-29 | Attempts to fix #8645: add code comments to grid example to clarify behavior | Mark Otto | 1 | -0/+5 | |
| 2013-07-29 | Merge pull request #8818 from twbs/firefox-input-btn-docs-note | Mark Otto | 1 | -0/+1 | |
| make it clearer than <input> buttons are slightly broken on Firefox | |||||
| 2013-07-29 | Restore mini button (fixes #8644) | Mark Otto | 1 | -0/+8 | |
| 2013-07-29 | fixes #8687: correct docs typo on radio inputs | Mark Otto | 1 | -0/+2 | |
| 2013-07-29 | make it clearer than <input> buttons are slightly broken on Firefox | Chris Rebert | 1 | -0/+1 | |
| 2013-07-29 | update code example for <select> multiple | Tom Pietschker | 1 | -1/+1 | |
| 2013-07-29 | Merge pull request #8717 from ggam/patch-3 | Mark Otto | 1 | -2/+2 | |
| Deleted "show-grid" class from examples | |||||
| 2013-07-28 | Merge pull request #8738 from twbs/clarify-width-vs-height-size-classes | Mark Otto | 1 | -2/+2 | |
| form input docs: clarify height-related vs. width-related classes | |||||
| 2013-07-28 | avoid ambiguous term "relative sizing"; clarify width vs. height control classes | Chris Rebert | 1 | -2/+2 | |
| 2013-07-28 | Merge pull request #8737 from twbs/docs-html5-style-select-multiple | Mark Otto | 1 | -2/+2 | |
| CSS docs page: Use simpler HTML5 style for `multiple` <select> attribute | |||||
