| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-15 | reorder and cleanup progress bar display | Mark Otto | 1 | -1/+2 | |
| 2013-08-15 | fix spacing between examples and highlights again (my bad yo) | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | docs.css: rm duplicate semicolon | Chris Rebert | 1 | -1/+1 | |
| 2013-08-15 | fixes #9600 | Mark Otto | 1 | -0/+1 | |
| 2013-08-15 | fixes #9613: update docs css to prevent misaligned buttons example | Mark Otto | 1 | -3/+1 | |
| 2013-08-14 | fixes #9522 | Mark Otto | 1 | -4/+16 | |
| 2013-08-14 | reaffix the docs sidenav at all times--screw this height business; fix space ↵ | Mark Otto | 1 | -3/+1 | |
| between code snippet and example | |||||
| 2013-08-14 | fixes #9509: add margin around buttons so they don't shit the bed when wrapping | Mark Otto | 1 | -0/+6 | |
| 2013-08-14 | remove unused docs css | Mark Otto | 1 | -13/+0 | |
| 2013-08-14 | really fix the pres in scrollable tables | Mark Otto | 1 | -3/+4 | |
| 2013-08-14 | fixes overflowing table due to pre | Mark Otto | 1 | -0/+3 | |
| 2013-08-14 | fixes #9556 | Mark Otto | 1 | -2/+2 | |
| 2013-08-13 | remove accordion from customizer; shorten min height for affixv3.0.0-rc.2 | Mark Otto | 1 | -1/+1 | |
| 2013-08-13 | only affix the sidenav in the docs if the viewport is >800px tall (fixes ↵ | Mark Otto | 1 | -16/+18 | |
| #8704 and avoids #8721) | |||||
| 2013-08-13 | fix navbar border in docs | Mark Otto | 1 | -0/+1 | |
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | fixes #9425: focused input in docs gets actual focus styles | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 1 | -5/+8 | |
| Conflicts: components.html dist/css/bootstrap.min.css | |||||
| 2013-08-12 | Navbar refactor | Mark Otto | 1 | -4/+15 | |
| * 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 | -0/+5 | |
| 2013-08-12 | Headings docs: use put <hN>s within <td>s instead of <th>s | Chris Rebert | 1 | -5/+3 | |
| 2013-08-12 | fixes #9382: inline forms now require use of .form-group for proper ↵ | Mark Otto | 1 | -5/+0 | |
| alignment of all form controls | |||||
| 2013-08-12 | update docs affix for large desktop given latest grid changes | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 1 | -10/+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 | Restore prior docs spacing | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | little better spacing between major sections in le docs for jump to nav | Mark Otto | 1 | -2/+2 | |
| 2013-08-06 | Pull from GitHub downloads for latest v3-wip on homepage | Mark Otto | 1 | -1/+1 | |
| /cc @cv | |||||
| 2013-08-05 | Fixes #9073: add note to homepage about download differences | Mark Otto | 1 | -2/+2 | |
| 2013-08-04 | remove js anchor interference | fat | 1 | -1/+0 | |
| 2013-07-31 | Updated homepage more | Mark Otto | 1 | -0/+4 | |
| 2013-07-31 | dat purple homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4 | Mark Otto | 1 | -4/+35 | |
| 2013-07-29 | fixes #8797: only expand submenu docs links at >768px | Mark Otto | 1 | -4/+5 | |
| 2013-07-29 | fix broken focus state on download button (fixes #8782) | Mark Otto | 1 | -0/+1 | |
| 2013-07-28 | docs.css: Remove border-color that's missing a value | Chris Rebert | 1 | -1/+0 | |
| /cc @mdo to fix this properly later /cc @rcotrina94 from e1bb94c38370fd2542415557c660d0804d4f42b1 | |||||
| 2013-07-27 | Remove back to top link from docs | Mark Otto | 1 | -25/+0 | |
| 2013-07-26 | Fix broke ass navbar example docs stuff | Mark Otto | 1 | -1/+4 | |
| 2013-07-26 | Fix clipped dropdowns in input groups section of docs | Mark Otto | 1 | -3/+0 | |
| 2013-07-26 | mo tables mo responsive or whatever the hell that means | Mark Otto | 1 | -10/+11 | |
| 2013-07-26 | Responsivey docs table for grid section | Mark Otto | 1 | -0/+30 | |
| 2013-07-26 | Contrast on old docs callout | Mark Otto | 1 | -0/+1 | |
| 2013-07-26 | Color change to sidenav | Mark Otto | 1 | -1/+1 | |
| 2013-07-26 | Mo betta side nav colors | Mark Otto | 1 | -3/+4 | |
| 2013-07-26 | Better spacing of le docs sections | Mark Otto | 1 | -5/+4 | |
| 2013-07-26 | more space in sidenav | Mark Otto | 1 | -2/+2 | |
| 2013-07-26 | Tweak side nav styles | Mark Otto | 1 | -7/+7 | |
| 2013-07-26 | More customizer changes, and revert to placeholder layout | Mark Otto | 1 | -1/+9 | |
| 2013-07-26 | Mo betta placement of old docs callouts | Mark Otto | 1 | -4/+9 | |
| 2013-07-26 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -4/+14 | |
| 2013-07-26 | Fuck a color purple | Mark Otto | 1 | -15/+14 | |
| 2013-07-25 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | fat | 1 | -0/+7 | |
