aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples/offcanvas
AgeCommit message (Collapse)AuthorFilesLines
2018-01-14Examples updates (#24898)Mark Otto3-120/+163
* fix cover nav * Improve signin visuals and alignment with that flexbox love * rewrite cover example in flexbox * lighten signin bg * first pass at pricing example * redo examples index with data file * tighten up spacing a bit * update navbar descriptions * link pricing * move that back * property order * Fix test errors. * Compress pricing.png. * add form validation example * remove that * rename that * restyle and space out * fix errors * change order * cleanup album css and styles * tweak examples index * make it a badge * options * improve sticky footer alignment * redesign example index * brand new blog layout * start new screenshots * new product example page a la apple * add email field * fix linter, remove unused blog css * hook up feather icons to start * redo dashboard * fix linting * add floating labels example * formatting * formatting * lint * fix values on select * optional input, plus input group * new dashboard image * start to reboot the offcanvas example * updated images * new offcanvas mostly implemented * linting * edit description * more description changes * - Add vertical margin to album hero buttons for when they're stacked - Adjust font-size and padding for pricing header and hero - Fix checkout's stacked column margins, plus update their check/radio markup - Update product's utilities to be responsive - Made blog cards somewhat responsive (needs a bit more work tbh) * drop leading zero * more linting * swap empty images for holder, fix border * dist the docs * navbars have no margin-bottom to begin * add css var, tweak padding for mobile * comment headers * nix commented out code * nix the navbar structure for a custom one, stack it on mobile * tweak heading button group for mobile * Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4 * improve card sizing on pricing * update and compress
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke1-1/+1
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2017-11-20Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)Patrick H. Lauke1-1/+1
* Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support
2017-11-08Use correct jQuery name in docs (#24712)Vasilii Artemchuk1-1/+1
2017-11-03Remove a few extra newlines.XhmikosR1-1/+0
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR1-1/+1
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-02Normalize examples' CSS. (#24210)XhmikosR1-11/+5
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR1-3/+5
2017-09-13Structure examples with appropriate `<main>`, `<header>`, `<footer>`Patrick H. Lauke1-5/+5
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
2017-09-08Dont use short jQuery methodsvsn4ik1-1/+1
2017-08-11Remove IE 10 viewport bug workaround JS.XhmikosR1-2/+0
2017-07-16fix location of favicons so it loads when viewing the examples. This is the ↵Scott Petrovic1-1/+1
only one I found in the project, so I am assuming it is the right one to point to (#22895)
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto1-1/+1
examples and variables
2017-06-14Update Popper.js 1.10.1Johann-S1-1/+1
2017-05-29more examples path fixingMark Otto1-4/+4
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto3-0/+210