aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche9-24/+24
Fix #17166
2015-09-01fixes #17412: reverse display heading classes to match h1-h6 headingsMark Otto1-7/+7
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 #17353 from dmbaughman/v4-navbar-exampleMark Otto1-11/+26
v4 - Updated default navbar example to use responsive navbar
2015-09-01Merge pull request #17359 from caleb/patch-1Mark Otto1-4/+4
Update static form control example
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 #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-08-31add Chinese translations website boot4.comVincent 4J1-0/+5
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy2-3/+3
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-30Tabs to spaces.XhmikosR1-7/+7
[ci skip]
2015-08-30Run `grunt`.XhmikosR10-18/+18
[ci skip]
2015-08-29Fix several erroneous links in docs.Gupocca9-11/+10
Related to #17314.
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.XhmikosR3-5/+11
1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip]
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-27Less to Sass typos.XhmikosR2-2/+2
[ci skip]
2015-08-27Update Anchor.js to v1.2.1.XhmikosR2-196/+6
[ci skip]
2015-08-27Remove the obsolete JSHint references.XhmikosR2-2/+2
2015-08-26Update static form control exampleCaleb Land1-4/+4
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
2015-08-26Merge pull request #17257 from twbs/clear-translationsChris Rebert1-55/+0
Clear out non-v4 docs translations
2015-08-26Updated default navbar example to use responsive navbarDavid Baughman1-11/+26
2015-08-26Bump year in jumbotron exampleAnton Vlasenko1-1/+1
2015-08-26Document .bg-inversepetetnt2-1/+3
2015-08-26grunt distChris Rebert2-2/+2
2015-08-25For now, add hacky <div id="navbar"> to avoid HTML validation error in ↵David Baughman1-9/+11
Dashboard example Closes #17319 by merging it.
2015-08-25migration.md: fix typo in TODOChris Rebert1-1/+1
2015-08-25Use non-broken Sass link in docs; fixes part of #17314Chris Rebert1-1/+1
[skip sauce]
2015-08-25Bump year.XhmikosR2-2/+2
[ci skip]
2015-08-25Specify Internet Explorer 9 as the minimum supported version.XhmikosR4-4/+4
2015-08-25Fix validation errors.XhmikosR1-2/+2
2015-08-25Merge pull request #17292 from twbs/ff-esrMark Otto1-0/+2
Explicitly document existing de facto policy of supporting ESR Firefox
2015-08-25Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-3/+3
2015-08-25Merge pull request #17295 from twbs/dropdown-designMark Otto1-1/+1
Document that dropdowns are intentionally click-based rather than hover-based
2015-08-25fix footer linkswangsai1-2/+2
2015-08-24gruntMark Otto6-52/+49
2015-08-25Replace docs reference to iconographyDavid\ Beitey1-1/+1
2015-08-24Document that dropdowns are intentionally click-based rather than hover-basedChris Rebert1-1/+1
And link to a relevant blog post w/ more info. Refs #16966 [skip sauce]
2015-08-25Merge pull request #17275 from mattez/fix-docs-layout-gridHeinrich Fenkart1-2/+2
Fix anchors, fix naming consistency
2015-08-24Replace remaining instances of defunct .visible* classes in docsChris Rebert4-5/+5
.visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce]
2015-08-24Explicitly document existing de facto policy of supporting ESR FirefoxChris Rebert1-0/+2
Refs #17237 [skip sauce]
2015-08-24Fix anchors, fix naming consistencyMatěj Kříž1-2/+2
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.