aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-01mention overrides tooMark Otto1-1/+1
2015-09-01Merge pull request #17358 from tomByrer/patch-1Mark Otto1-1/+1
clarifies that normalize.css is a dependency of reboot
2015-09-01Fix Navbar at top of v4 Offcanvas exampleKevin Kirsche1-17/+7
Fix #17173
2015-09-01fixes #17379: override search input box-sizing to match our global overridesMark Otto1-0/+2
2015-09-01fixes #17385: add var for default link decorationMark Otto2-1/+2
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche13-30/+30
Fix #17166
2015-09-01Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+6
2015-09-01fixes #17412: reverse display heading classes to match h1-h6 headingsMark Otto2-11/+11
2015-09-01Merge pull request #17334 from neilhem/media-flex-alignMark Otto1-0/+6
Media vertical align flexbox classes
2015-09-01fix #17356Mark Otto1-1/+1
2015-09-01Merge pull request #17207 from kkirsche/patch-9Mark Otto1-10/+10
v4 - Force linebreaks after grid tier names in v4 grid docs
2015-09-01Merge pull request #17181 from kkirsche/patch-25Mark Otto0-0/+0
v4 - Fix link to narrow jumbotron example
2015-09-01Merge pull request #17353 from dmbaughman/v4-navbar-exampleMark Otto1-11/+26
v4 - Updated default navbar example to use responsive navbar
2015-09-01Merge pull request #17333 from neilhem/combine-size-mixinsMark Otto1-5/+1
Combine size & square mixins into one
2015-09-01Merge pull request #17359 from caleb/patch-1Mark Otto1-4/+4
Update static form control example
2015-09-01Merge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-referencesMark Otto2-63/+0
Remove CSSLint references.
2015-09-01Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3Mark Otto2-1/+3
Document utility class .bg-inverse
2015-09-01Merge pull request #17259 from twbs/v4gcMark Otto2-4/+9
v4: Conditional predefined grid classes
2015-09-01Merge pull request #17362 from omeid/v4-container-mixinMark Otto2-6/+11
Semantic grid: add make-container-breakpoint
2015-09-01Merge pull request #17389 from Gupocca/link-fixingMark Otto8-10/+9
Fix several erroneous links in docs.
2015-09-01Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspyChris Rebert1-1/+1
Fixed link to nav component from scrollspy documentation
2015-09-01Merge pull request #17428 from abitdodgy/docs-fixMark Otto1-28/+26
Adds table-responsive class to docs table
2015-09-01adds table-responsive class to tableMohamad El-Husseini1-1/+1
2015-09-01Fixed link to nav component from scrollspy documentationSupergibbs1-1/+1
(reported by ianhernandez in Slack)
2015-09-01Merge pull request #17393 from twbs/v4-dev-xmr-rm-gfontsMark Otto1-4/+0
Remove the unused Google fonts.
2015-09-01Merge pull request #17418 from zalog/patch-6Chris Rebert1-2/+1
Apply !default to SCSS variables
2015-09-01Apply !default to SCSS variablesCatalin Zalog1-2/+1
Missed one variable :(
2015-08-31Merge pull request #17402 from twbs/pr-14552-v4Gleb Mazovetskiy6-25/+93
Accept elements as the tooltip / popover content
2015-08-31add Chinese translations website boot4.comVincent 4J1-0/+5
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy6-25/+93
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
2015-08-30Remove the unused Google fonts.XhmikosR1-4/+0
[ci skip]
2015-08-30Merge pull request #17392 from twbs/v4-dev-xmr-httpsXhmikosR7-9/+9
Use `https` when possible.
2015-08-29Merge pull request #17331 from twbs/fix-17323Chris Rebert2-4/+4
rm unused $state param from form-control-validation mixin
2015-08-30Tabs to spaces.XhmikosR1-7/+7
[ci skip]
2015-08-30grunt/configBridge.json: Remove unused autoprefixer config.XhmikosR1-10/+0
[ci skip]
2015-08-30Run `grunt`.XhmikosR15-24/+24
[ci skip]
2015-08-29Merge pull request #17384 from twbs/v4-dev-xmr-jekyll-searchXhmikosR4-6/+11
Fix the JS errors due to jekyll-search.
2015-08-29Merge pull request #17394 from twbs/v4-dev-xmr-rm-jadeChris Rebert2-159/+0
Remove the now unused grunt-contrib-jade references.
2015-08-29Fix several erroneous links in docs.Gupocca9-11/+10
Related to #17314.
2015-08-29Enforce LF for .py files too.XhmikosR1-0/+1
[ci skip]
2015-08-29Remove the now unused grunt-contrib-jade references.XhmikosR2-159/+0
[skip sauce] [skip validator]
2015-08-29Use `https` when possible.XhmikosR7-9/+9
[ci skip]
2015-08-28removes table-responsive div from components/navsMohamad El-Husseini1-28/+26
2015-08-28Fix the JS errors due to jekyll-search.XhmikosR4-6/+11
1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip]
2015-08-27Merge branch 'v4-dev' into v4-media-breakpoint-betweenDavid Baughman44-648/+1278
2015-08-27Merge pull request #17368 from twbs/v4-dev-xmr-qunitXhmikosR2-221/+1185
Update QUnit to v1.18.0.
2015-08-27Lossy compress the 2 new images.XhmikosR2-0/+0
Before: 538 KB (551.052 bytes) After: 179 KB (183.296 bytes) [ci skip]
2015-08-27Losslessly compress images.XhmikosR7-0/+0
Before: 1,28 MB (1.351.880 bytes) After: 1,27 MB (1.341.411 bytes) [ci skip]
2015-08-27Remove CSSLint references.XhmikosR2-63/+0
2015-08-28scss: semantic grid: add make-container-breakpointO'meid2-6/+11
Signed-off-by: O'meid <[email protected]>