aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-18few popover docs changes to clarify things mentioned in #24005Mark Otto1-3/+3
2017-10-18badges: Make using the contextual classes on links clearer. (#24422)Kevin Ruscoe1-1/+1
2017-10-18#24373 : Documentation/Navbar : Refer to utility classes used. Hidden when ↵Andrew Murphy1-3/+19
printing. (#24380) * Refer to utility classes uses. Add Printing section refer to (not navbar) classes used for newbies navbars don't print, so add example of a print-only alternative * typos, add links typo in {% example %} add links to component pages * grammar * Add a dropdown with divider to the main example * change id name to stop travis error I assume id="camelCase" is the standard for id names, rather than the clearly superior id="underscore_words" * review changes still like to emphasise the foreign utility classes in the main example bg-light's name is self explanatory (so its obvious where to look it up), but mr-sm-2's name isn't at first * review changes * grammar * .fixed-top/bottom don't reserve space on the screen ... as they are position:fixed. better wording welcome * copyediting - rewrite utils line and link to the utils pages - restore the paragraphs to the placement section - fix formatting and grammar
2017-10-18Improves forms migration guide, docs, and scss (#24348)Andres Galante3-52/+73
* fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration
2017-10-18Remove uncessary `col-form-label` from form row docs (#24335)Andres Galante1-7/+7
2017-10-18distMark Otto14-40/+63
2017-10-18mention forked from normalizeMark Otto1-0/+1
2017-10-17Revert #23108 to restore list group borders (#24411)Mark Otto2-5/+13
* revert #23108, which had no bug but was a problem with the example code * add example to the docs for future proofing * move it up
2017-10-17Add copyright and license headers to grid and reboot filesMark Otto2-12/+12
Fixes #24311
2017-10-17Remove class and scrollspy attributes from layoutsMark Otto3-3/+3
2017-10-17changes popovers from px to remAndres Galante2-26/+23
2017-10-17mention color contrast function changeMark Otto1-0/+1
2017-10-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-3/+1
2017-10-17document color-yiq functionMark Otto1-0/+30
2017-10-17Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap ↵Mark Otto4-10/+10
into v4-dev
2017-10-18Restore CNAME (#24379)XhmikosR1-1/+1
2017-10-18remove unused docs color variables (#24406)m5o1-2/+0
2017-10-17Update package-lock.json. (#24386)XhmikosR2-87/+79
Also, lock babel deps to 7.0.0-beta.2 so that we are on the safe side.
2017-10-17Fix typo in scrollspy.md (#24398)XhmikosR1-1/+1
2017-10-17Correct $zindex-sticky value (#24402)Anuj Tomar1-1/+1
2017-10-16matching-branchSharrell Porter1-0/+1
Merge branch 'custom-checkboxes-radios-correct-color' of github.com:sabrown84/bootstrap into custom-checkboxes-radios-correct-color
2017-10-16correcting colorSharrell Porter1-0/+1
2017-10-16Add dispose methods in our documentation (#24396)Johann-S8-1/+23
* Add dispose methods in our documentation * Update buttons.md
2017-10-16Mention bootstrap bundle in docs. (#24385)XhmikosR2-0/+4
2017-10-16Remove empty class from search menu button.XhmikosR1-1/+1
2017-10-16Use direct links to documentation, getting started and about pages.XhmikosR3-4/+4
The old ones are still being redirected.
2017-10-16Update build-tools.md (#24378)XhmikosR1-3/+5
2017-10-15distMark Otto39-186/+245
2017-10-15Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus38-848/+1129
2017-10-15Update README.md (#24365)XhmikosR1-15/+13
1. Add `alt=""` for the Bootstrap logo 2. Replace the HTML entities with the unicode symbols 3. Refactor the badges to something that makes more sense to me 4. Change `Selenium Test Status` alt attribute to `Sauce Labs Test Status` 5. Use shields.io for the peerDependencies badge too 6. Add CSS and JS gzip size badges, shoutout to @ngryman 7. Add a few more trailing slashes to URLs 8. Change link to tooling setup to the website one
2017-10-14Escape SassScript in custom variable values (#24354)Gleb Mazovetskiy1-5/+8
This is required for Sass v3.5+ compatibility. See https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md#backwards-incompatibilities----must-read and https://github.com/sass/sass/issues/2383
2017-10-13Describe compiled CSS (#24271)Lucas Banegas3-3/+65
2017-10-13Fix import.svg after 10bb79a. (#24359)XhmikosR1-1/+1
It was mistakenly the same as lightning.svg.
2017-10-13Update colors in _data and theming.md to match _variables.scss (#24355)Jesse Mandel4-25/+27
2017-10-12Updated Safari Bug (#24350)Michael Letcher1-2/+2
2017-10-11Hound CI: Specify `ignore_file` for stylelint.XhmikosR1-0/+1
2017-10-11Add border radius to an image when it's the only card of a card group (#24321)Andres Galante1-0/+7
2017-10-11Add borderless table class along with docs. RebaseVarunram2-0/+86
2017-10-10Refactor a few selectors so that the least specific ones are first. (#24310)XhmikosR3-23/+23
2017-10-10Modal plugin set _isTransitioning after the trigger of hide eventJohann-S2-6/+28
2017-10-10Add information about failed testsJohann-S1-1/+7
2017-10-10Use `$white` variable for `.navbar-dark`'s color. (#24309)XhmikosR1-1/+1
Using `rgba($white,1)` results in `white` instead of the hex.
2017-10-09Ensure active button styles are not applied to disabled buttonsPrateek Goel2-6/+6
2017-10-09Centered SVG icon within its own container (#24292)Gisete Kindahl1-2/+2
2017-10-09package.json: Change repo URL to `git+https`. (#24305)XhmikosR1-1/+1
2017-10-09Remove unused code from postcss.config.js.XhmikosR1-1/+1
We actually want to generate a sourcemap for docs.min.css.
2017-10-09Lint examples' CSS too.XhmikosR4-8/+26
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR2-2/+2
2017-10-09examples/dashboard/dashboard.css: merge duplicate selector.XhmikosR1-7/+1
2017-10-09Update devDependencies. (#24298)XhmikosR2-273/+363