| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-18 | Add responsive tables with help of `.table-responsive` wrapper | Mark Otto | 1 | -32/+32 | |
| 2013-08-18 | Refactor alerts to have a base class, but no default class, thus requiring a ↵ | Mark Otto | 1 | -1/+1 | |
| modifier class at all times | |||||
| 2013-08-18 | Add a .navbar-default class for default colors | Julian Thilo | 1 | -2/+2 | |
| * Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly | |||||
| 2013-08-18 | update urls | Mark Otto | 1 | -1/+1 | |
| 2013-08-17 | fix typo in JS docs | Chris Rebert | 1 | -1/+1 | |
| 2013-08-17 | add some crap | fat | 1 | -5/+5 | |
| 2013-08-17 | add role=menu to html | fat | 1 | -4/+4 | |
| 2013-08-17 | fixes #9585 | fat | 1 | -1/+1 | |
| 2013-08-17 | add doc comment for #9517 | fat | 1 | -1/+1 | |
| 2013-08-17 | Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵ | Mark Otto | 1 | -12/+12 | |
| 1px bug | |||||
| 2013-08-15 | fixes #9644: update scrollspy navbar to use latest code | Mark Otto | 1 | -14/+22 | |
| 2013-08-15 | fixes #9634: turn off overflow-y when the navbar is re-expanded into ↵ | Mark Otto | 1 | -1/+1 | |
| horizontal mode | |||||
| 2013-08-15 | more fixes for #9513 | Chris Rebert | 1 | -2/+2 | |
| 2013-08-14 | Merge pull request #9521 from Luis-TP/fix-javascript-docs | Mark Otto | 1 | -53/+53 | |
| Javascript Docs: Add .navbar-header, and correct .nav-collapse | |||||
| 2013-08-14 | Add missing close-parens in docs sentence; fixes #9512 | Chris Rebert | 1 | -1/+1 | |
| 2013-08-14 | Removed containers, and moved brand to after the navbar-toggle | Luis Aleman | 1 | -64/+60 | |
| 2013-08-14 | Removed trailing semicolons from examples | ggam | 1 | -6/+6 | |
| 2013-08-14 | Fixed indentation in JavaScript example | ggam | 1 | -1/+1 | |
| 2013-08-14 | Add .navbar-header, and correct .nav-collapse | Luis Aleman | 1 | -9/+13 | |
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panel | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-14 | patch highlighting hint | saiwang | 1 | -1/+1 | |
| 2013-08-12 | copy | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Drop the accordion for the panel | Mark Otto | 1 | -47/+59 | |
| * Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations | |||||
| 2013-08-12 | add alt text to <img>s in javascript.html | Chris Rebert | 1 | -4/+4 | |
| 2013-08-12 | add src attribute to holder.js-powered <img>s so that they validate | Chris Rebert | 1 | -6/+6 | |
| use `data:` URL of empty invalid PNG: src="data:image/png;base64," | |||||
| 2013-08-12 | add alt text to carousel <img>s | Chris Rebert | 1 | -4/+4 | |
| 2013-08-12 | Javascript > Alert should use danger not error | johvik | 1 | -1/+1 | |
| 2013-08-12 | Merge pull request #9384 from BBosman/aria-hidden | Mark Otto | 1 | -3/+3 | |
| Add missing aria-hidden attribs to close buttons | |||||
| 2013-08-12 | Add missing aria-hidden attribs to close buttons | Bas Bosman | 1 | -3/+3 | |
| 2013-08-12 | Added Dropdown JS plugin events (fixed #9375) | ggam | 1 | -2/+35 | |
| 2013-08-11 | fixes #8983 | Jacob Thornton | 1 | -0/+6 | |
| 2013-08-11 | fixes #9318 | Jacob Thornton | 1 | -1/+1 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -23/+23 | |
| 2013-08-11 | fix borked js docs layout, likely from @kevinsuttle's latest PR | Mark Otto | 1 | -20/+18 | |
| 2013-08-11 | add event prefixes | Jacob Thornton | 1 | -23/+23 | |
| 2013-08-10 | Use nav for proper HTML5 ARIA role mapping | Kevin Suttle | 1 | -4/+4 | |
| http://www.w3.org/html/wg/drafts/html/master/sections.html#the-nav-element http://dev.w3.org/html5/spec/sections.html#the-nav-element http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex | |||||
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 1 | -3/+19 | |
| 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 | Merge pull request #9120 from FLOKER/patch-2 | Mark Otto | 1 | -1/+1 | |
| fix scrollSpy instructions for JS call | |||||
| 2013-08-06 | Fixes #9150: Hide popover titles in IE8 | Mark Otto | 1 | -4/+4 | |
| Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert | |||||
| 2013-08-06 | Update javascript.html | Florian Weber | 1 | -1/+1 | |
| 2013-08-05 | fix scrollSpy instructions for JS call | Florian Weber | 1 | -1/+1 | |
| Don't really know if this is correct, but at least it only worked for me that way... | |||||
| 2013-08-05 | update modals demo code | Mark Otto | 1 | -2/+2 | |
| 2013-08-04 | trivial docs grammar improvements | Chris Rebert | 1 | -1/+1 | |
| 2013-08-03 | streamline $().dropdown('toggle') description | Chris Rebert | 1 | -1/+1 | |
| 2013-08-03 | JS docs: capitalize Bootstrap | Chris Rebert | 1 | -3/+3 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -3/+3 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-03 | JS docs: put `transitionEnd` within <code> | Chris Rebert | 1 | -1/+1 | |
| 2013-08-03 | JavaScript docs: fix caps of "JS" | Chris Rebert | 1 | -1/+1 | |
| 2013-08-03 | JS docs: fix caps of "CSS" acronym | Chris Rebert | 1 | -1/+1 | |
| 2013-08-02 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | fat | 1 | -9/+9 | |
