aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-24Add Tether to example pages that were missing itChris Rebert13-0/+13
[skip sauce]
2015-12-24Include Tether via CDN in starter templates; fixes #18664Chris Rebert1-2/+4
[skip sauce]
2015-12-24Use more appropriate structure for site navigationPatrick H. Lauke1-18/+32
Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items
2015-12-24Move collapsing navbar after the togglePatrick H. Lauke1-6/+6
It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it.
2015-12-24Add missing aria attributes to main site navigation menu togglePatrick H. Lauke1-1/+1
2015-12-24Add missing aria attributes to navbar collapse examplesPatrick H. Lauke1-2/+2
2015-12-24Merge pull request #18654 from patrickhlauke/docs-helptext1Patrick H. Lauke1-9/+23
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24Run `grunt`.XhmikosR18-268/+313
[ci skip]
2015-12-24Add aria-describedby to main form controls examplePatrick H. Lauke1-4/+4
2015-12-24Docs: reintroduce aria-describedby advice for help textPatrick H. Lauke1-5/+19
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
2015-12-23Refactor Breadcrumbs componentChris Rebert2-7/+20
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
2015-12-23Clarify what text-capitalize actually doesPatrick H. Lauke1-0/+2
as on first skimming over these, it may not be completely obvious
2015-12-23Change italicized to italicPatrick H. Lauke1-1/+1
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
2015-12-23Fix bulleted lists on Utilities docDavid\ Beitey1-0/+3
2015-12-22Add Windows 10 Mobile / Microsoft EdgePatrick H. Lauke1-0/+11
2015-12-22Clarify platform/web viewPatrick H. Lauke1-1/+1
2015-12-22Add a generic note about webkit/blink/gecko/web view browsersPatrick H. Lauke1-1/+1
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-20Expand on proxy browsersPatrick H. Lauke1-1/+1
2015-12-20Keep Safari/Win as Not supportedPatrick H. Lauke1-1/+1
2015-12-20Update info for supported browsersPatrick H. Lauke1-6/+3
2015-12-17Add RubyGems section to "Download" docsChris Rebert1-7/+27
Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce]
2015-12-13Fix anchor linkQuy1-1/+1
2015-12-12Remove extraneous characterQuy1-1/+1
2015-12-12Merge pull request #18561 from twbs/fix-18558Chris Rebert1-1/+1
Docs: Replace `data-src` attribute with `src` in highlighted code
2015-12-12Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558Chris Rebert1-1/+1
[skip sauce]
2015-12-12Merge pull request #18511 from bassjobsen/patch-15Chris Rebert1-18/+17
Docs Responsive breakpoints from em to px
2015-12-13Using px rather than em valuesBass Jobsen1-5/+5
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-12Add <br>s to fix appearance of responsive float docs exampleChris Rebert1-8/+8
[skip sauce]
2015-12-11Merge pull request #18531 from patrickhlauke/ie-edge-progressbarPatrick H. Lauke1-1/+1
progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped)
2015-12-11update progress bar documentationPatrick H. Lauke1-1/+1
clarify lack of support for striped and animated striped bars in IE10+/Edge
2015-12-10Remove fully supported features from IE9 limitations docsChris Rebert1-8/+0
If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce]
2015-12-09Add Wall of Browser Bugs entry for #18504Chris Rebert1-0/+10
https://connect.microsoft.com/IE/feedback/details/2110930/edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td [skip sauce]
2015-12-09Add Badges entry to v4 migration guide; fixes #18506Chris Rebert1-0/+4
[ci skip]
2015-12-09Migration docs: Make Buttons and Button Group sections adjacentChris Rebert1-4/+4
[ci skip]
2015-12-09Added information about the help-block classJonathan1-0/+1
Fixes #18505 Closes #18509
2015-12-09 Responsive breakpoints from em to pxBass Jobsen1-18/+17
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-09Document .card-*-outline variantspetetnt1-0/+55
2015-12-09Multiple input-group-addon supportVicary Archangel1-1/+1
1. Invert `:first-child` into `:not(:last-child)` and vice versa 2. Remove double border at the left of `.form-control` 3. Shifts negative margins of `.btn` and `.btn-group` to retain rightmost border when using at the left of `.form-control`.
2015-12-08Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-imagesChris Rebert1-2/+2
Remove unnecessary style attribyte on docs (aligning-images)
2015-12-09Remove !default Scss flag in docs grid examplevsn4ik1-1/+1
2015-12-08Remove unnecessary style attribyte on docs (aligning-images)vsn4ik1-2/+2
2015-12-08derp, wrong highlight syntaxMark Otto1-2/+2
2015-12-08add extra line before spacing utilities exampleLachlan Campbell1-0/+1
2015-12-08grunt after version bumpMark Otto4-58/+58
2015-12-08manually bump versions because npm script wasn't working for meMark Otto16-27/+27
2015-12-08Update docs for spacing utilities themselves to account for #18185Chris Rebert1-69/+39
/fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce]
2015-12-08Update examples to account for #18185Chris Rebert8-14/+14
[skip sauce]
2015-12-08gruntMark Otto2-2/+2