| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-17 | Remove class and scrollspy attributes from layouts | Mark Otto | 3 | -3/+3 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 4 | -4/+4 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-08-20 | Update redirect.html | XhmikosR | 1 | -2/+3 | |
| 2017-08-13 | fewer inline styles, more styles in head; flexbox it | Mark Otto | 1 | -6/+22 | |
| 2017-08-13 | Style redirect page | Jason Etcovitch | 1 | -0/+20 | |
| 2017-08-11 | Fix HTML validation errors. | XhmikosR | 1 | -2/+6 | |
| 2017-08-07 | new homepage, new assets, clean out old stuff | Mark Otto | 1 | -11/+6 | |
| 2017-06-17 | use flexbox order property to change order of content for screenreaders | Mark Otto | 1 | -6/+7 | |
| 2017-05-30 | rename files | Mark Otto | 3 | -4/+4 | |
| 2017-05-29 | move scripts to separate include so we can include them across layouts even ↵ | Mark Otto | 3 | -0/+4 | |
| if the footer isn't there | |||||
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 4 | -0/+92 | |
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 2 | -128/+0 | |
| 2013-12-21 | remove some unintional code | Mark Otto | 1 | -2/+0 | |
| 2013-12-20 | Sass docs; LESS to Less because fuck caps | Mark Otto | 1 | -0/+3 | |
| 2013-12-18 | mention core team maintenance & community contributors | Chris Rebert | 1 | -0/+1 | |
| 2013-12-18 | another apache mention | Mark Otto | 1 | -1/+1 | |
| 2013-10-13 | Merge branch 'docs_welcome' | Mark Otto | 1 | -0/+2 | |
| 2013-10-05 | merge in new ads | Mark Otto | 1 | -3/+2 | |
| 2013-09-24 | Use "Skip to main content" phrasing consistently; further #10786 fixes | Chris Rebert | 2 | -2/+2 | |
| 2013-09-11 | Remove unneeded comment in layouts | Mark Otto | 2 | -2/+0 | |
| 2013-09-11 | move to separate about page | Mark Otto | 1 | -0/+2 | |
| 2013-08-23 | Use jekyll var for current version in docs; update banner in gruntfile to ↵ | Mark Otto | 2 | -2/+2 | |
| match .less banner | |||||
| 2013-08-23 | fixes #10087: add version number to all docs pages in footer | Mark Otto | 1 | -0/+2 | |
| 2013-08-22 | add blog link to homepage | Mark Otto | 1 | -0/+3 | |
| 2013-08-18 | docs cleanup around alignment on homepage and footers | Mark Otto | 2 | -13/+20 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -2/+2 | |
| Conflicts: customize.html examples/justified-nav/justified-nav.css | |||||
| 2013-08-18 | Fix examples url in _layouts/home.html | vsn4ik | 1 | -1/+1 | |
| 2013-08-18 | update urls | Mark Otto | 1 | -2/+2 | |
| 2013-08-17 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -52/+0 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-17 | Delete the customizer layout (again?) | Mark Otto | 1 | -52/+0 | |
| 2013-08-17 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -2/+2 | |
| Conflicts: dist/css/bootstrap.min.css getting-started.html | |||||
| 2013-08-16 | increase spacing on homepage links and social buttons (fixes #9706) | Mark Otto | 1 | -1/+1 | |
| 2013-08-16 | fix Examples link on docs homepages; fixes #9693 | Chris Rebert | 1 | -1/+1 | |
| 2013-08-16 | Docs cleanup for v3 prep | Mark Otto | 2 | -3/+3 | |
| 2013-08-15 | more docs updates for new examples | Mark Otto | 1 | -1/+1 | |
| 2013-08-14 | fuck aside and main elements, use divs so IE8 doesn't shit the bed | Mark Otto | 1 | -4/+4 | |
| 2013-08-14 | Added hidden-print class to docs sidebar | ggam | 1 | -1/+1 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 1 | -2/+2 | |
| 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 | Map 'role="complementary"' to proper aside element | 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#complementary | |||||
| 2013-08-11 | Map "contentinfo" role to HTML5 footer element | 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#contentinfo | |||||
| 2013-08-11 | rebuild + first bit of customizer urls | fat | 1 | -0/+52 | |
| 2013-08-11 | Ensure proper use and location of role="banner" | Kevin Suttle | 1 | -1/+1 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#banner | |||||
| 2013-08-10 | fixes #9217 manually--use main element instead of div in home and default ↵ | Mark Otto | 1 | -2/+2 | |
| layouts | |||||
| 2013-08-10 | remove customize layout now that we're bringing it back for rc2 | Mark Otto | 1 | -52/+0 | |
| 2013-08-07 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Jacob Thornton | 3 | -6/+9 | |
| Conflicts: _layouts/customize.html | |||||
| 2013-08-07 | first prototype of new customizer | Jacob Thornton | 1 | -3/+3 | |
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 3 | -7/+10 | |
| 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-07-27 | Remove back to top link from docs | Mark Otto | 1 | -3/+0 | |
| 2013-07-27 | mo links, fix ads and analytics in gh pages | Mark Otto | 2 | -6/+2 | |
| 2013-07-27 | herpy derpy shit for urls | Mark Otto | 2 | -2/+2 | |
