aboutsummaryrefslogtreecommitdiff
path: root/docs/content
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto6-10/+16
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow5-8/+8
2016-10-02Document that all table styles are inherited (#20699)Mark Otto1-1/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto6-1/+7
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-4/+4
2016-09-08Add new border utilsMark Otto1-6/+2
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08updated docs to reflect change in img-rounded classjudetucker2-12/+12
2016-09-08Update docs to use new spacing util class namesMark Otto2-6/+6
2016-09-07Fix docs for heading sizes (#20646)Igor Tarasov1-6/+6
* Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes
2016-09-07fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵Mark Otto1-8/+0
usage (#20666)
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