| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_restore_glyphicons | Mark Otto | 1 | -0/+1 | |
| 2013-08-18 | remove old glyphicons mention | Mark Otto | 1 | -3/+0 | |
| 2013-08-18 | docs layout and alignment refinement | Mark Otto | 1 | -0/+8 | |
| 2013-08-18 | bunch of updates to customizer | fat | 1 | -0/+1 | |
| 2013-08-17 | move customizer onto gists | fat | 1 | -1/+0 | |
| 2013-08-16 | finish up second pass through docs nav, headings, organization, naming, etc ↵ | Mark Otto | 4 | -39/+39 | |
| (another run through at #9710) | |||||
| 2013-08-16 | docs cleanup on naming to fix #9710 | Mark Otto | 1 | -7/+2 | |
| 2013-08-15 | use getbootstrap for tweet button | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | fixes #9663: third part, document the resets | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | hella examples fixing, mostly navbars and lots of work on grids example | Mark Otto | 1 | -0/+3 | |
| 2013-08-15 | improve table classes' snippets and ordering | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | update to include nav link and mo betta docs on that last commit | Mark Otto | 1 | -0/+3 | |
| 2013-08-14 | fix #9454: add grid docs about responsive column clearing | Mark Otto | 1 | -0/+1 | |
| 2013-08-12 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 1 | -2/+2 | |
| Conflicts: components.html dist/css/bootstrap.min.css | |||||
| 2013-08-12 | Navbar refactor | Mark Otto | 2 | -13/+11 | |
| * Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs | |||||
| 2013-08-12 | drop iframe attributes for CSS styling | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | social-buttons.html: drop 'px' from height+width attrs per HTML5 | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | Merge pull request #9394 from twbs/valid-github-btn-html | Chris Rebert | 1 | -2/+2 | |
| _includes/social-buttons.html: escape ampersands in URLs so HTML validates | |||||
| 2013-08-12 | _includes/social-buttons.html: escape ampersands in URLs to fix HTML ↵ | Chris Rebert | 1 | -2/+2 | |
| validation error | |||||
| 2013-08-12 | Newfangled input and button group sizing (fixes #9295) | Mark Otto | 1 | -0/+2 | |
| Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling. | |||||
| 2013-08-12 | update to rename rc2 | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | fixes #9310: alerts aren't dismissable by default, now requires ↵ | Mark Otto | 1 | -0/+1 | |
| .alert-dismissable if you need a close button | |||||
| 2013-08-12 | fixes #9317: document media queries | Mark Otto | 1 | -0/+1 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | fat | 1 | -1/+1 | |
| 2013-08-11 | rebuild + first bit of customizer urls | fat | 1 | -0/+8 | |
| 2013-08-12 | Move quotes in nav-main.html | vsn4ik | 1 | -1/+1 | |
| 2013-08-11 | Ensure proper use and location of role="banner" | Kevin Suttle | 1 | -2/+2 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#banner | |||||
| 2013-08-10 | Use nav for proper HTML5 ARIA role mapping | Kevin Suttle | 1 | -3/+3 | |
| 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 | 3 | -3/+7 | |
| 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 | add third party support section to the docs | Mark Otto | 1 | -1/+4 | |
| 2013-08-05 | Enable scrollable responsive nav bar | Mark Otto | 1 | -0/+2 | |
| Fixes #9007 in a hopefully decent way | |||||
| 2013-08-05 | Fixes #8150: add `.static-form-control` for vertical alignment of static ↵ | Mark Otto | 1 | -0/+1 | |
| 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 docs nav to use new stuff | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | Remove type attribute of tag "script". | vsn4ik | 3 | -5/+4 | |
| In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript". http://www.w3.org/TR/html5/scripting-1.html#attr-script-type | |||||
| 2013-08-02 | Merge pull request #8939 from frabrunelle/3.0.0-wip | Mark Otto | 1 | -2/+14 | |
| add nav to media object and thumbnails | |||||
| 2013-08-02 | Fix #9008: consolidate `.alert-block` styles into `.alert` | Mark Otto | 1 | -1/+0 | |
| 2013-07-31 | add nav to media object and thumbnails | Francis Brunelle | 1 | -2/+14 | |
| 2013-07-28 | fix #8745: fix html5shiv & respond.js script links in docs | Chris Rebert | 1 | -2/+2 | |
| 2013-07-27 | Input groups overhaul | Mark Otto | 2 | -1/+11 | |
| * Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679 | |||||
| 2013-07-27 | mo links, fix ads and analytics in gh pages | Mark Otto | 3 | -30/+26 | |
| 2013-07-27 | fixes for hella broken links on account of jekyll and twbs.github.com links | Mark Otto | 3 | -20/+18 | |
| 2013-07-27 | herpy derpy shit for urls | Mark Otto | 2 | -10/+10 | |
| 2013-07-26 | 2.3.2 not 2.3.3 | Mark Otto | 1 | -1/+1 | |
| 2013-07-26 | Fixes #8293: sub nav links in JS docs | Mark Otto | 1 | -10/+70 | |
| 2013-07-26 | move things around :) | syed | 1 | -0/+2 | |
| Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less | |||||
| 2013-07-25 | Bump version of old docs in callout | Mark Otto | 1 | -2/+2 | |
| 2013-07-25 | Update docs to better indicate v3 RC1 | Mark Otto | 1 | -1/+1 | |
| 2013-07-25 | single include for old ads callout | Mark Otto | 2 | -7/+8 | |
| 2013-07-25 | twbs ALL the links | Chris Rebert | 1 | -3/+3 | |
| 2013-07-25 | Moved navs inline properties to variables.less and customize.html & ↵ | syed | 1 | -0/+1 | |
| nav-customize.html | |||||
