aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples
AgeCommit message (Collapse)AuthorFilesLines
2018-01-17Improve examples' screenshots compression.XhmikosR20-0/+0
Convert them to 8-bit and compress them with optipng and zopflipng. Before: 902 KB (923,969 bytes) After: 431 KB (441,372 bytes)
2018-01-17Consistently sized 960x600 wide images.Mark Otto21-1/+1
2018-01-17Only 2-col on sm+Mark Otto1-1/+1
2018-01-14Update copyright for 2k18 (#25303)Mark Otto7-7/+7
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2018-01-14one more img compressionMark Otto5-0/+0
2018-01-14Examples updates (#24898)Mark Otto57-1064/+1619
* 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-11Clean up and tweak ESLint rules.XhmikosR2-1/+12
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
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-12-31Move inline JS outside of HTML. (#25140)XhmikosR1-16/+9
2017-12-23prefix thoseMark Otto1-0/+2
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 Artemchuk15-15/+15
2017-11-03Remove a few extra newlines.XhmikosR12-29/+0
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR4-9/+9
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22New examples screenshots. (#24395)XhmikosR37-18/+18
The images are PNG 8-bit optimized with optipng, zopflipng and pngout.
2017-10-20Use `navbar-expand-sm` in our navbar bottom example for small devices (#24463)Johann-S1-1/+1
2017-10-09Lint examples' CSS too.XhmikosR2-6/+24
2017-10-09examples/dashboard/dashboard.css: merge duplicate selector.XhmikosR1-7/+1
2017-10-04Examples: remove unused images. (#24237)XhmikosR3-0/+0
2017-10-04Remove double spaces.XhmikosR1-1/+1
2017-10-04Add image dimensions in examples page. (#24236)XhmikosR1-17/+17
2017-10-04Add a navbar-bottom example with a dropup inside.Johann-S3-0/+67
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR18-18/+18
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-02Added type="button" to <button>s without any type (#23866)Herst1-8/+8
https://github.com/twbs/bootlint/wiki/W007
2017-10-02Normalize examples' CSS. (#24210)XhmikosR10-42/+27
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR2-8/+24
2017-09-26Minor Markdown consistency changes.XhmikosR1-2/+1
2017-09-26Normalize all links. (#24109)XhmikosR2-2/+2
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-09-15album/index.html: Refactor Holder code.XhmikosR1-3/+5
2017-09-14Update holder.js image data-src + create themeRudger Gravestein1-10/+10
to fix the images
2017-09-13Structure examples with appropriate `<main>`, `<header>`, `<footer>`Patrick H. Lauke15-378/+410
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
2017-09-09Use CSS3 pseudo elements in documentationvsn4ik1-1/+1
2017-09-08Dont use short jQuery methodsvsn4ik1-1/+1
2017-08-17Remove the unneeded `d-block` from `.carousel-item`s. (#23472)XhmikosR1-3/+3
2017-08-15Fixed Example Carousel so it works on mobile (#23470)Retroity1-3/+3
2017-08-13docs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)Alan Orth1-1/+1
Bootstrap 4.0 Beta 1 dropped the offset classes in favor of using margin utilities. Update the blog example in the docs to use the appropriate `ml-auto` instead of `offset-sm-1` class to retain a pixel perfect with previous versions.
2017-08-11Remove IE 10 viewport bug workaround JS.XhmikosR18-54/+0
2017-08-07new homepage, new assets, clean out old stuffMark Otto1-0/+1
2017-08-04better label, remove some contents to better illustrate behaviorMark Otto1-12/+1
2017-07-30Update docs and carousel example for `order-`.XhmikosR1-2/+2
2017-07-16fix location of favicons so it loads when viewing the examples. This is the ↵Scott Petrovic18-18/+18
only one I found in the project, so I am assuming it is the right one to point to (#22895)
2017-07-14only need the one utility class, it'll naturally apply at sm and aboveMark Otto1-1/+1
2017-07-14Fix #22974John Galt1-1/+1
2017-07-09fix broken example linkMark Otto1-1/+1
2017-07-02fix some busted linksMark Otto1-32/+0
2017-06-25update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-lightMark Otto2-2/+2
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto11-20/+20
examples and variables
2017-06-17close #22338 by putting h4 text within links, but keep headings as is ↵Mark Otto1-16/+16
because i can't justify writing h3.h4 :sob:
2017-06-14Update Popper.js 1.10.1Johann-S14-14/+14
2017-05-29more examples path fixingMark Otto19-100/+100