aboutsummaryrefslogtreecommitdiff
path: root/docs/content
AgeCommit message (Collapse)AuthorFilesLines
2016-05-16Fixed a small typodumb1-1/+1
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto1-0/+135
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-08Fixes #18492: Document .h1-.h6, change docs mention of inline usage to ↵Mark Otto1-1/+12
varying elements
2016-05-08Merge pull request #19863 from twbs/v4-inverse-table-variantsMark Otto1-7/+98
v4: Inverse table variants
2016-05-08add code snippetMark Otto1-0/+18
2016-05-08Update table docsMark Otto1-7/+80
- Change some things around, add some copy - Include table variant styles for the inverse tables thanks to bg and color utils
2016-05-08document table border collapse change, move from old normalize to our rebootMark Otto1-1/+1
2016-04-11Merge pull request #19710 from twbs/ios-9.3-fast-tapPatrick H. Lauke1-2/+2
Update 300ms click delay docs to reflect iOS 9.3 improvements
2016-04-10Update 300ms click delay docs to reflect iOS 9.3 improvementsChris Rebert1-2/+2
[skip sauce]
2016-04-08Fixes #19690: Mention classes better for .list-inline and .list-inline-itemMark Otto1-1/+1
2016-04-06Update lingering implicit prose reference to `.center-block`Chris Rebert1-1/+1
Closes #19339 Refs #19102, #19443, #19665 [skip sauce]
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-2/+2
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-06Merge pull request #19408 from delftswa2016/v4-devPatrick H. Lauke1-0/+10
Introduction for using table-reflow
2016-03-06Introduction for using table-reflow.Floris Verburg1-0/+10
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke1-0/+3
- Add/replace callout for color and AT with include
2016-02-16Fix typos in plural tag namesJaga Santagostino1-1/+1
2016-02-08Fixes+tweaks to native font stack docsChris Rebert1-4/+8
[skip sauce]
2016-02-07Fix bad localhost link in Typography docsChris Rebert1-1/+1
Fixup for 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 /fyi @mdo [skip sauce]
2016-02-06Fixes #17969: Clear horizontal dlsMark Otto1-3/+3
- Using the grid classes, they still need clearfixes since rows aren't injected between them all - Update docs to fix broken classes
2016-02-06cross ref the type utils in the type docsMark Otto1-0/+4
2016-02-06rogue line breakMark Otto1-1/+0
2016-02-06documentMark Otto2-3/+28
2016-01-20Docs: Tweak #18982Chris Rebert1-2/+2
[skip sauce]
2016-01-21Document .small and .mark classesDavid Beitey1-0/+2
These are available in _type.scss but not documented. These classes are useful for styling without adding semantics.
2016-01-06Add nested definition list to docs exampleChris Rebert1-0/+8
Refs #18458 [skip sauce]
2016-01-06Remove usages of and references to <input type="datetime">Chris Rebert1-1/+1
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce]
2016-01-03Merge pull request #18669 from twbs/fix-18652Mark Otto1-2/+2
Remove .dl-horizontal; it's redundant to the grid system
2015-12-25Change "preformatted text" heading and intro paraPatrick H. Lauke1-3/+3
also, stray "blocks" in the "Sample output", which doesn't seem to belong there.
2015-12-25Fix code block examplePatrick H. Lauke1-1/+3
use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines...
2015-12-25Missing angle bracketsPatrick H. Lauke1-1/+1
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert1-2/+2
[skip sauce]
2015-12-13Fix anchor linkQuy1-1/+1
2015-12-08Remove unnecessary style attribyte on docs (aligning-images)vsn4ik1-2/+2
2015-12-07rip out the .blockquote-* children classes for margin utilsMark Otto1-4/+4
2015-12-07Merge pull request #18138 from bassjobsen/patch-12Mark Otto1-8/+8
refactor blockqoutes to to avoid tag selectors & child selectors
2015-12-07rewrite list-inline to use margin and simpler stylesMark Otto1-1/+1
2015-12-07Merge branch 'patch-11' of https://github.com/bassjobsen/bootstrap into ↵Mark Otto1-3/+3
bassjobsen-patch-11
2015-12-01Proposed better phrasing in the "images" sectionTaylor Poulos1-1/+1
Previously, this read "Bootstrap doesn’t apply this automatically as it causes complications to other image formats." In this sentence, the number of the subject and the verb don't agree, and the word "this" is unclear.
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert1-4/+4
Add responsive float classes
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-4/+4
2015-11-22Remove non-responsive text alignment classesChris Rebert2-3/+3
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-11-15docs/content/reboot.md: Just to avoid any ambiguityChris Rebert1-1/+1
[ci skip]
2015-11-15docs/content/reboot.md: Add MDN link and a commaChris Rebert1-2/+2
2015-11-16Touch responsiveness optimizationPatrick H. Lauke1-0/+14
Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970
2015-11-14Refactor figure image styles to use CSS class instead of child selectorBass Jobsen1-3/+3
Refactoring according the comments on https://github.com/twbs/bootstrap/pull/18104. Closes #18131
2015-11-12Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert1-0/+16
[skip sauce]
2015-11-03Update typography.mdBass Jobsen1-8/+8
2015-11-03Update typography.mdBass Jobsen1-3/+3
2015-10-26Merge pull request #17804 from audionerd/patch-1Chris Rebert1-2/+2
Update typography docs re: global vars [skip sauce]
2015-10-19Fix three small typosThomas Shinnick2-3/+3