aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15reorder and cleanup progress bar displayMark Otto1-1/+2
2013-08-15fix spacing between examples and highlights again (my bad yo)Mark Otto1-1/+1
2013-08-15docs.css: rm duplicate semicolonChris Rebert1-1/+1
2013-08-15fixes #9600Mark Otto1-0/+1
2013-08-15fixes #9613: update docs css to prevent misaligned buttons exampleMark Otto1-3/+1
2013-08-14fixes #9522Mark Otto1-4/+16
2013-08-14reaffix the docs sidenav at all times--screw this height business; fix space ↵Mark Otto1-3/+1
between code snippet and example
2013-08-14fixes #9509: add margin around buttons so they don't shit the bed when wrappingMark Otto1-0/+6
2013-08-14remove unused docs cssMark Otto1-13/+0
2013-08-14really fix the pres in scrollable tablesMark Otto1-3/+4
2013-08-14fixes overflowing table due to preMark Otto1-0/+3
2013-08-14fixes #9556Mark Otto1-2/+2
2013-08-13remove accordion from customizer; shorten min height for affixv3.0.0-rc.2Mark Otto1-1/+1
2013-08-13only affix the sidenav in the docs if the viewport is >800px tall (fixes ↵Mark Otto1-16/+18
#8704 and avoids #8721)
2013-08-13fix navbar border in docsMark Otto1-0/+1
2013-08-13Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-13fixes #9425: focused input in docs gets actual focus stylesMark Otto1-1/+1
2013-08-12Merge branch '3.0.0-wip' into bs3_navbar_overhaulMark Otto1-5/+8
Conflicts: components.html dist/css/bootstrap.min.css
2013-08-12Navbar refactorMark Otto1-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-12drop iframe attributes for CSS stylingMark Otto1-0/+5
2013-08-12Headings docs: use put <hN>s within <td>s instead of <th>sChris Rebert1-5/+3
2013-08-12fixes #9382: inline forms now require use of .form-group for proper ↵Mark Otto1-5/+0
alignment of all form controls
2013-08-12update docs affix for large desktop given latest grid changesMark Otto1-1/+1
2013-08-12Media query (grid and responsive utilities) overhaulMark Otto1-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-11Restore prior docs spacingMark Otto1-1/+1
2013-08-06little better spacing between major sections in le docs for jump to navMark Otto1-2/+2
2013-08-06Pull from GitHub downloads for latest v3-wip on homepageMark Otto1-1/+1
/cc @cv
2013-08-05Fixes #9073: add note to homepage about download differencesMark Otto1-2/+2
2013-08-04remove js anchor interferencefat1-1/+0
2013-07-31Updated homepage moreMark Otto1-0/+4
2013-07-31dat purple homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4Mark Otto1-4/+35
2013-07-29fixes #8797: only expand submenu docs links at >768pxMark Otto1-4/+5
2013-07-29fix broken focus state on download button (fixes #8782)Mark Otto1-0/+1
2013-07-28docs.css: Remove border-color that's missing a valueChris Rebert1-1/+0
/cc @mdo to fix this properly later /cc @rcotrina94 from e1bb94c38370fd2542415557c660d0804d4f42b1
2013-07-27Remove back to top link from docsMark Otto1-25/+0
2013-07-26Fix broke ass navbar example docs stuffMark Otto1-1/+4
2013-07-26Fix clipped dropdowns in input groups section of docsMark Otto1-3/+0
2013-07-26mo tables mo responsive or whatever the hell that meansMark Otto1-10/+11
2013-07-26Responsivey docs table for grid sectionMark Otto1-0/+30
2013-07-26Contrast on old docs calloutMark Otto1-0/+1
2013-07-26Color change to sidenavMark Otto1-1/+1
2013-07-26Mo betta side nav colorsMark Otto1-3/+4
2013-07-26Better spacing of le docs sectionsMark Otto1-5/+4
2013-07-26more space in sidenavMark Otto1-2/+2
2013-07-26Tweak side nav stylesMark Otto1-7/+7
2013-07-26More customizer changes, and revert to placeholder layoutMark Otto1-1/+9
2013-07-26Mo betta placement of old docs calloutsMark Otto1-4/+9
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-4/+14
2013-07-26Fuck a color purpleMark Otto1-15/+14
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat1-0/+7