aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-03dont scsslint the main file because of the built-in copyright bannerMark Otto1-1/+1
2016-01-03we nuked the focusedinput example awhile back, so nuking the styles tooMark Otto1-12/+0
2016-01-03basic lintingMark Otto2-4/+4
2016-01-03nuke vendor prefixesMark Otto1-3/+1
2016-01-03remove unused rule for ads css that was hiding an image that no longer ↵Mark Otto1-4/+0
exists (i think)
2016-01-03enable scsslinting for docs scssMark Otto1-3/+8
2016-01-01Merge pull request #18575 from QWp6t/patch-2Chris Rebert1-1/+2
Add tether as bower dependency
2016-01-01Add Wall of Browser Bugs entry for #18738Chris Rebert1-0/+10
* https://bugs.webkit.org/show_bug.cgi?id=152637 * http://openradar.appspot.com/24030853 [ci skip]
2016-01-01grunt dist docsChris Rebert27-34/+52
[ci skip]
2016-01-01Update copyright years to 2016Chris Rebert9-9/+9
[ci skip]
2016-01-01add .nav-justified classBass Jobsen1-10/+32
2016-01-01add new CSS classes to the navbarBass Jobsen1-7/+7
2015-12-31README: Add badges for Packagist and AtmosphereChris Rebert1-0/+2
[ci skip]
2015-12-31README: Add version numbers to install commands for consistency with HTML docsChris Rebert1-6/+6
Refs #18728 [ci skip]
2015-12-31Merge pull request #18717 from supergibbs/nuget_fixes_v4Chris Rebert2-4/+14
Fixed NuGet link and bugs in MyGet script
2015-12-31Fix margins in highlightsGeremia Taglialatela1-1/+1
2015-12-30Merge pull request #18614 from patrickhlauke/docs-browsers-devices1Chris Rebert1-6/+16
Docs: update browser support info
2015-12-30Split out to new para, into two sentencesPatrick H. Lauke1-1/+3
2015-12-29Merge pull request #18699 from patrickhlauke/disabled-pointer-eventsPatrick H. Lauke2-0/+2
Add pointer-events:none to disabled pagination/pager links
2015-12-29Merge pull request #18716 from SamHH/v4-devPatrick H. Lauke1-0/+2
Add max-width to file browser; fixes #18651
2015-12-29Fixed NuGet link and bugs in MyGet scriptSupergibbs2-4/+14
2015-12-29Add max-width to file browser; fixes #18651Sam A. Horvath-Hunt1-0/+2
2015-12-27[Tab] Add documentation for method showJohann-S1-0/+8
2015-12-27Remove Opera 18 and IE11 mentionPatrick H. Lauke2-2/+2
As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now.
2015-12-27Add pointer-events:none to disabled pagination/pager linksPatrick H. Lauke2-0/+2
as currently this was missed out (compared to disabled `a.btn`)
2015-12-27remove `<div class="bd-sidebar">`Bass Jobsen1-59/+56
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-26Tweak the wording for link functionalityPatrick H. Lauke1-1/+1
to harmonise it with the callout given in pagination
2015-12-26Add note and advice about .disabled and keyboard focusPatrick H. Lauke1-4/+11
2015-12-27.container, .container-fluid should be conditional upon $enable-grid-classesBass Jobsen1-8/+9
see: https://github.com/twbs/bootstrap/issues/17586
2015-12-26Merge pull request #18690 from patrickhlauke/docs-tooltips1Patrick H. Lauke1-0/+6
Docs: add accessibility callout for tooltips
2015-12-26Add accessibility callout for tooltipsPatrick H. Lauke1-0/+6
2015-12-26Merge pull request #18687 from jch/patch-1Patrick H. Lauke1-1/+1
Fix typo in docs/getting-started/introduction.md
2015-12-26Fix typo in docs/getting-started/introduction.mdJerry Cheung1-1/+1
Remove 'including'.
2015-12-26Merge pull request #18685 from patrickhlauke/docs-card1Patrick H. Lauke1-2/+2
Docs: change "Button" to "Go somewhere"
2015-12-26Change wording on link styled as buttonPatrick H. Lauke1-2/+2
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
2015-12-25Merge pull request #18679 from patrickhlauke/docs-button-disabled1Patrick H. Lauke1-3/+3
Docs: add aria-disabled to disabled link example and description
2015-12-25Merge pull request #18678 from patrickhlauke/docs-button-active1Chris Rebert1-2/+2
Docs: add aria-pressed=true to components buttons active state example
2015-12-25Remove nonstandard `zoom: 1` from media objectChris Rebert1-1/+0
It should be unnecessary since we only support IE>=9, and this hasLayout hack is for IE6-7. https://developer.mozilla.org/en-US/docs/Web/CSS/zoom http://stackoverflow.com/questions/1794350/what-is-haslayout [skip sauce] [skip validator]
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-25Merge pull request #18680 from patrickhlauke/docs-modal-tweak1Patrick H. Lauke1-1/+1
Docs: add ellipsis to modal example code
2015-12-25Add ellipsis to modal example codePatrick H. Lauke1-1/+1
2015-12-25Merge pull request #18677 from twbs/fix-text-hide-fontChris Rebert1-1/+1
Fix syntax of .text-hide's `font` property value
2015-12-25Add aria-disabled to disabled link example and descriptionPatrick H. Lauke1-3/+3
2015-12-25Add aria-pressed=true to examplePatrick H. Lauke1-2/+2
...as per the text immediately preceding this example
2015-12-25Fix syntax of .text-hide's `font` property valueChris Rebert1-1/+1
In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property. Removing the quotes fixes the syntax error and does not cause any SCSS compiler error. [skip sauce] [skip validator]
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-24Merge pull request #18670 from twbs/unnest-autoprefixer-settingsChris Rebert2-32/+30
Un-nest Autoprefixer settings in module object
2015-12-24Un-nest Autoprefixer settings in module objectChris Rebert2-32/+30
[skip sauce] [skip validator]
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert3-10/+3
[skip sauce]