aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08Add Wall of Browser Bugs entry for #17438 / #14237Chris Rebert1-0/+10
https://code.google.com/p/chromium/issues/detail?id=534750 Closes #17438 Closes #14237 [skip sauce]
2015-10-08Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert1-3/+3
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-10-08Remove double bottom border on sub headerKevin Kirsche1-1/+1
The table includes a border between the two making this unnecessary
2015-10-07fixes #17781: Add migration docs note that .control-label is gone in v4alberto1-0/+1
2015-10-06browsers-devices.md: Tweak indentation in IE9 tableChris Rebert1-2/+2
[skip sauce]
2015-10-06Getting Started docs: Add MDN links for features not supported in IE9Chris Rebert1-6/+6
[skip sauce]
2015-10-06Update typography.md re: where to find global varsEric Skogen1-2/+2
Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`.
2015-10-07IE 9 not supported list v4 flexboxa-moses1-0/+4
add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke19-19/+19
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-10-04Add Glyphicons migration guidanceChris Rebert1-1/+4
[skip sauce]
2015-10-01Port #17753 to v4Chris Rebert1-10/+0
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs #14124. [skip sauce]
2015-10-01Port #16994 to v4Chris Rebert1-0/+10
[skip sauce]
2015-10-01Make tooltip-viewport example work.XhmikosR1-1/+2
[ci skip]
2015-10-01Remove random trailing less-than symbolLiam Stanley1-1/+1
2015-09-28Clarify the purpose of CSS class .in to .fadeTommy Kelly1-1/+1
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert6-25/+25
[skip sauce]
2015-09-27Merge pull request #17626 from wolfika/v4-devMark Otto1-0/+11
Add <h3> header example to Cards docs
2015-09-27Merge pull request #17403 from twbs/use-px-for-window-sizesMark Otto1-15/+19
Change grid and container sizes to px
2015-09-27Filled leftover placeholderMichael Käufl1-1/+1
2015-09-27Change grid and container sizes to pxGleb Mazovetskiy1-15/+19
Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388.
2015-09-27Port #17712 over to Bootstrap v4Chris Rebert1-0/+4
[skip sauce]
2015-09-27Merge pull request #17689 from twbs/fix-17169-moreChris Rebert2-11/+17
Docs: Clarify [hidden] & .hidden
2015-09-25Migration docs: capitalization; hyperlink Less and SCSSChris Rebert1-1/+1
[ci skip]
2015-09-25Use correct default value of `constraints` in Tooltip docs; fixes #17671Johann-S1-1/+1
Closes #17699
2015-09-23Clarify [hidden] attr docs; closes #17169Chris Rebert2-11/+17
[ci skip]
2015-09-23Move v3 `.hidden` note into Migration docsChris Rebert2-2/+2
2015-09-23Run `grunt`.XhmikosR5-5/+5
2015-09-22Update StackOverflow tag to `bootstrap-4`; closes #17675Daniel Opitz1-1/+1
2015-09-22Rename placeholders according to the classes specifiedpetetnt1-2/+2
2015-09-21Recommend using bundle for running docs locallyHaralan Dobrev1-4/+4
Closes https://github.com/twbs/bootstrap/issues/17493
2015-09-20Remove unneeded trailing whitespace.XhmikosR3-3/+3
[ci skip]
2015-09-19Specify a `filter` gradient for IE 9.XhmikosR1-0/+1
2015-09-19Use the individual background properties instead of the shorthand.XhmikosR2-3/+3
[ci skip]
2015-09-16Add <h3> header example to Cards docswolfika1-0/+11
resolves #17609
2015-09-16Fix doc for tooltips and popover method disposeJohann-S2-4/+4
2015-09-15gruntMark Otto5-21/+21
2015-09-15grammar. you're your way --> you're on your wayRaphael Ackermann1-1/+1
2015-09-11Adds current version to packages.Zac Echola1-3/+4
2015-09-10v4 - fixed incorrect inline form class in docsRolandas Barysas1-1/+1
2015-09-09Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemapXhmikosR1-23/+0
Use jekyll-sitemap instead of our custom solution.
2015-09-09Merge pull request #17520 from davidjb/v4-dev-relative-gruntXhmikosR1-1/+2
Specify configBridge as relative path to source for Jekyll
2015-09-08Added NuGet install instructions to docsJesse Mandel1-0/+10
Closes #17214.
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR1-23/+0
2015-09-08Add missing end of file newlines.XhmikosR2-2/+2
[ci skip]
2015-09-08Specify configBridge as relative path to sourceDavid\ Beitey1-1/+2
This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected.
2015-09-07Add JS to fix indeterminate checkbox example in docsCorbzilla1-0/+3
Fixes #17196 Closes #17510
2015-09-07Fix usage of “its” and “it’s”Zearin7-7/+7
2015-09-06Fixes to examplesMaurice Wahba5-9/+9
2015-09-06Add missing jQuery local fallback.XhmikosR3-0/+3
[ci skip]
2015-09-06Use jQuery 1.11.3 everywhere.XhmikosR3-3/+3
[ci skip]