aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Add Wall of Browser Bugs entry for #17338Chris Rebert1-0/+10
https://crbug.com/595210 Closes #17338 [skip sauce]
2016-03-14Mention https://webkit.org/b/153856 in the docsChris Rebert1-0/+4
Refs #14839, #19088 [skip sauce]
2016-03-14Merge pull request #19426 from twbs/ios-virt-keyboardChris Rebert2-6/+2
Remove iOS virtual keyboard bug section from docs
2016-03-14Document $enable-grid-classes variableDavid Lormor1-9/+10
Closes #19532 [skip sauce]
2016-03-09Wall of Browser Bugs: Stop mentioning IE11Chris Rebert1-7/+7
Sounds like IE11 isn't getting non-critical fixes anymore, so there's no point in mentioning it (just like there's no point in mentioning IE10). Help us, Edge-Wan Kenobi! You're our only hope. [ci skip]
2016-03-09Update Wall of Browser Bugs entry for #15990Chris Rebert1-1/+1
http://bugzil.la/1139853 was resolved as a duplicate of http://bugzil.la/924068 Refs #15990 [ci skip]
2016-03-07Examples: Update tether to v1.2.0.XhmikosR13-13/+13
[ci skip]
2016-03-07Add native title tooltip IE11/Edge bug to wall of browser bugsPatrick H. Lauke1-0/+10
2016-03-07Run `grunt`.XhmikosR4-3/+17
[ci skip]
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert2-6/+2
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-03-06Docs: Link directly to printing-related browser bugsChris Rebert1-2/+2
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`Chris Rebert1-1/+1
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [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-03-03Remove Wall of Browser Bugs entry for #19390Chris Rebert1-10/+0
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1217012 Refs #19393 [ci skip]
2016-03-03Add Wall of Browser Bugs entry for #19390Chris Rebert1-0/+10
https://bugzilla.mozilla.org/show_bug.cgi?id=1253468 Closes #19390 [skip sauce]
2016-02-29Added colon before enumerationMaarten van Elsas1-1/+1
2016-02-27Example pages: Remove usages of defunct .page-header classChris Rebert5-10/+5
/fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce]
2016-02-28Run grunt.XhmikosR1-3/+4
[ci skip]
2016-02-28update theme parameters to fix #19333Ivan Malopinsky1-2/+2
2016-02-28Update holder.js to v2.9.3.XhmikosR1-3/+4
[ci skip]
2016-02-27Run `grunt`.XhmikosR5-11/+12
[ci skip]
2016-02-27Update tether to v1.2.0.XhmikosR1-2/+1
[skip sauce] [skip validator]
2016-02-27Update jekyll-search to v1.1.1.XhmikosR1-1/+1
[ci skip]
2016-02-27Update clipboard.js to v1.5.9.XhmikosR1-2/+2
[ci skip]
2016-02-27Update anchor-js to v3.1.0.XhmikosR1-4/+4
[ci skip]
2016-02-25Wall of Browser Bugs: Update Chromium bug tracker URLsChris Rebert1-1/+1
RIP code.google.com [skip sauce]
2016-02-25Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2Patrick H. Lauke1-43/+51
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-24Correct grammarPaul Rose1-1/+1
2016-02-19Appropriate use of fieldset/div, legend, callout for hidden/no label ↵Patrick H. Lauke1-43/+51
alternatives
2016-02-19Run grunt.XhmikosR8-12/+12
[ci skip]
2016-02-19Fix validation errors.XhmikosR4-4/+4
[skip sauce]
2016-02-18Docs: Add example of .dropdown-menu-rightJeremy Kratz1-6/+11
Fixes #18493 Closes #18836 [skip sauce]
2016-02-18Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefixChris Rebert1-1/+1
Add prefix to footer.html search.json [skip sauce]
2016-02-18Document .pos-f-t utility class; fixes #18494Russell Beye1-0/+14
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
2016-02-18Document the possibility of extending the $spacers mapTobias1-0/+2
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
2016-02-18Docs: Remove <meta name="keywords"> from <head>Chris Rebert1-1/+0
Ports #18872 to v4 [skip sauce]
2016-02-18Modal docs: Added JS event handler for relatedTarget demoJames Mosier1-0/+11
Fixes #17584 Closes #17607 by merging it
2016-02-17Merge pull request #19255 from patrickhlauke/color-accessibility-callout-includePatrick H. Lauke8-10/+24
Docs: add/unify advice on contextual colors and accessibility
2016-02-17Replace "label" with "tag" in navigationPatrick H. Lauke1-1/+1
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke8-10/+24
- Add/replace callout for color and AT with include
2016-02-16gruntMark Otto4-3/+4
2016-02-16update migration docsMark Otto1-2/+3
2016-02-16gruntMark Otto4-21/+21
2016-02-16Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap ↵Mark Otto4-52/+52
into ameya-pandilwar-fix-19094
2016-02-16Merge pull request #19116 from twbs/docs-17264Mark Otto1-18/+31
Docs: Add captions above progress bars
2016-02-16Merge branch 'v4-dev' into mark-paddingMark Otto8-10/+14
2016-02-16gruntMark Otto2-2/+2
2016-02-16gruntMark Otto6-7/+11
2016-02-16Fix typos in plural tag namesJaga Santagostino1-1/+1