Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-04-02Update offcanvas example for IE supportMark Otto
- Replaces CSS variables with their appropriate hex values - Fixes the broken navbar transition by moving from 2D translates to using position - Fix broken IE navbar toggler placement with some utilities (not necessary anywhere else, but necessary given flexbox quirks)
2018-04-02Dashboard updates (#26179)Mark Otto
* Update Dashboard example - Replaces .sticky-top on .navbar with .fixed-top - Adjusts padding on main content area and sidebar to account for fixed navbar - Move to padding in sidebar instead of top: 48px; fixes Firefox rendering issue - Adds new .shadow utility for a little extra cherry on top - Moves sticky styles to separate feature query ruleset to avoid IE rendering issues * Add .w-100 to chart to fix IE horizontal scroll from label that extended past viewport
2018-03-31distMark Otto
2018-03-12Fix examples' issues #25664 and #25388 (#25665)ysds
* Prevent sign-in form from going outside viewport (#25388) * Workaround IE centering bug
2018-01-31Examples: Prevent focus into closed offcanvas (#25524)ysds
* Prevent focus into closed offcanvas
2018-01-31Fix "CVV" label pointing to wrong field (#25518)ysds
2018-01-30Fix example Blog post card text overflowing for medium screen size. (#25416)Ryan Cleary
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR
2018-01-19Correct capitalisation of PayPal (#25362)Christian Oliff
2018-01-18Improve examples' screenshots compression.XhmikosR
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-18Consistently sized 960x600 wide images.Mark Otto
2018-01-18Only 2-col on sm+Mark Otto
2018-01-15Update copyright for 2k18 (#25303)Mark Otto
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2018-01-15one more img compressionMark Otto
2018-01-15Examples updates (#24898)Mark Otto
* 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.XhmikosR
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. Lauke
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)XhmikosR
2017-12-24prefix thoseMark Otto
2017-11-20Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)Patrick H. Lauke
* 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 Artemchuk
2017-11-03Remove a few extra newlines.XhmikosR
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22New examples screenshots. (#24395)XhmikosR
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-S
2017-10-09Lint examples' CSS too.XhmikosR
2017-10-09examples/dashboard/dashboard.css: merge duplicate selector.XhmikosR
2017-10-04Examples: remove unused images. (#24237)XhmikosR
2017-10-04Remove double spaces.XhmikosR
2017-10-04Add image dimensions in examples page. (#24236)XhmikosR
2017-10-04Add a navbar-bottom example with a dropup inside.Johann-S
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-03Added type="button" to <button>s without any type (#23866)Herst
https://github.com/twbs/bootlint/wiki/W007
2017-10-02Normalize examples' CSS. (#24210)XhmikosR
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR
2017-09-26Minor Markdown consistency changes.XhmikosR
2017-09-26Normalize all links. (#24109)XhmikosR
* 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.XhmikosR
2017-09-14Update holder.js image data-src + create themeRudger Gravestein
to fix the images
2017-09-13Structure examples with appropriate `<main>`, `<header>`, `<footer>`Patrick H. Lauke
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
2017-09-10Use CSS3 pseudo elements in documentationvsn4ik
2017-09-08Dont use short jQuery methodsvsn4ik
2017-08-17Remove the unneeded `d-block` from `.carousel-item`s. (#23472)XhmikosR
2017-08-15Fixed Example Carousel so it works on mobile (#23470)Retroity
2017-08-13docs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)Alan Orth
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.XhmikosR
2017-08-08new homepage, new assets, clean out old stuffMark Otto
2017-08-05better label, remove some contents to better illustrate behaviorMark Otto