aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-25re-enable transitions (which according to the options.md doc is the default)Mark Otto1-1/+1
2016-11-25Wrap .fade and .collapsing transition properties in -transitionsMark Otto1-4/+10
2016-11-25gruntMark Otto8-6/+36
2016-11-25Refactor Dashboard example. (#21140)Bardi Harborow2-106/+103
2016-11-25v4: Flexbox nav options (#21201)Mark Otto2-4/+114
* Add some flexbox nav components - Includes .nav-justified for inline, tab, and pill nav components - Includes example of using the flex utils (.d- and .flex-items-) for centered nav * redo heading hierarchy a bit
2016-11-25gruntMark Otto4-6/+16
2016-11-25Added a virtual testmatus3-3/+14
2016-11-25Scrollspy selecting the last element when at the bottom of the page (fixes ↵matus1-1/+7
#17739)
2016-11-25gruntMark Otto23-225/+225
2016-11-25v4: Miscellaneous color changes (#21199)Mark Otto2-6/+6
* Darken dismiss icon opacity * Darken text on active list group items * Darken light gray for accessibility/contrast, then update gray and dark gray to match
2016-11-25gruntMark Otto38-89/+177
2016-11-25Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto25-459/+497
bardiharborow-eslint
2016-11-25[Fix #17371][V4] Deactivating dropdown links in nav tab (#17642)Matt Hernandez2-1/+33
* Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability
2016-11-25Add @supports feature query for Carousel CSS 3D transforms; fixes #15534 ↵Chris Rebert4-3/+47
(#19751) [skip sauce] [skip validator]
2016-11-25gruntMark Otto24-348/+420
2016-11-25Merge pull request #21133 from bardiharborow/normalizeMark Otto1-94/+133
Update Normalize to v5.0.0.
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto9-3/+48
2016-11-25gruntMark Otto16-20/+20
2016-11-25Merge pull request #21187 from twbs/fix-21094Mark Otto1-1/+1
Fix pagination underline
2016-11-24Update Normalize to v5.0.0.Bardi Harborow1-94/+133
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow22-260/+234
2016-11-24Refactor ESLint configuration.Bardi Harborow3-199/+263
2016-11-23Merge pull request #21068 from twbs/list-group-border-colorMark Otto1-1/+1
switch to rgba for list-group border color
2016-11-23Merge pull request #21118 from Elliot-Evans-95/v4-devMark Otto2-2/+2
renamed modal-title-padding to modal-header-padding
2016-11-23Fixes #21094: Move text-decoration override from the default link state to ↵Mark Otto1-1/+1
the hover/focus state so it can override the global styles properly
2016-11-23Fixes #21114: clarify by removing mention of nestingMark Otto1-1/+1
2016-11-23Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+10
2016-11-23Fixes #21123: More specific definition of fixed-width block level for .mx-autoMark Otto1-1/+1
2016-11-23Fixes #21179: docs typos on pull/float actionMark Otto1-2/+2
2016-11-22Add Wall of Browser Bugs entry for #21120Chris Rebert1-0/+10
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=510079 Closes #21120 [skip sauce]
2016-11-16gruntMark Otto28-403/+404
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto13-155/+187
Feature/omit xs from grid
2016-11-16Merge pull request #21121 from bardiharborow/visual-testsMark Otto10-790/+760
Update visual tests.
2016-11-16Merge pull request #21122 from bardiharborow/badge-print-stylesMark Otto1-1/+1
Change .tag print styles to .badge.
2016-11-16Merge pull request #21141 from bardiharborow/bg-faded-demo-paddingMark Otto1-1/+2
Fix padding on .bg-faded demo.
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-11-13Merge pull request #21124 from Daniel15/patch-1Patrick H. Lauke1-1/+1
it's → its
2016-11-13it's → itsDaniel Lo Nigro1-1/+1
Small grammar fix.
2016-11-13Change .tag print styles to .badge.Bardi Harborow1-1/+1
2016-11-13Update visual tests.Bardi Harborow10-790/+760
2016-11-10renamed modal-title-padding to modal-header-paddingElliot Evans2-2/+2
2016-11-09gruntMark Otto16-16/+28
2016-11-09Merge pull request #21107 from twbs/a11yfixMark Otto2-11/+12
Fix MS A11y UserVoice entry in Most Wanted Features list
2016-11-08browser-features.yml: Fix MS A11y UserVoice entryChris Rebert1-11/+11
And move one Firefox entry to keep the entries sorted by browser. Refs #21089
2016-11-08docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideasChris Rebert1-0/+1
Refs #21089 [ci skip]
2016-11-08Merge pull request #21062 from vanillajonathan/patch-1Mark Otto1-1/+1
Linked to slack
2016-11-08Merge pull request #21099 from bardiharborow/linksMark Otto10-12/+12
Fix broken and redirected links.
2016-11-09Fix broken and redirected links.Bardi Harborow10-12/+12
2016-11-06Merge pull request #21095 from patrickhlauke/v4-docs-print-fixesPatrick H. Lauke1-1/+4
Scope ::first-letter selector for print styles
2016-11-06Scope ::first-letter selector for print stylesPatrick H. Lauke1-1/+4
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document