aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Run `grunt`.XhmikosR1-1/+1
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-0/+7
Closes #15915 by merging it.
2015-02-10Run `grunt`.XhmikosR1-1/+1
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke1-0/+5
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)
2015-01-21Merge branch 'master' into move-inline-cssMark Otto2-2/+62
Conflicts: docs/assets/css/docs.min.css
2015-01-21style changesMark Otto3-49/+35
2015-01-21Move inline CSS to docs.css.XhmikosR2-1/+22
2015-01-21Add AnchorJS for docs anchors.XhmikosR3-2/+76
2015-01-15gruntMark Otto1-1/+1
2014-12-30Use a glyphicon instead of the unicode character.XhmikosR2-3/+5
2014-12-20gruntMark Otto2-3/+3
2014-12-14Make skip link look less "bare bones"Patrick H. Lauke1-0/+20
Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs.
2014-12-11Run `grunt`.XhmikosR1-1/+1
2014-12-11Tweak colors to improve accessibility.XhmikosR1-10/+10
2014-12-11Specify `img` dimensions in the HTML.XhmikosR1-4/+0
2014-11-29Fixes #15241: Add simple example to docs for collapse pluginMark Otto2-1/+6
2014-11-24Run `grunt`.XhmikosR1-1/+1
2014-11-20Merge pull request #15159 from twbs/docs-mutedXhmikosR1-1/+0
Clean up old `muted` references and switch to `text-muted`.
2014-11-20Clean up old `muted` references and switch to `text-muted`.XhmikosR1-1/+0
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert1-0/+5
2014-11-10Run `grunt`.XhmikosR1-1/+1
2014-11-09darken primary blue for accessibility contrast on link colorsMark Otto1-2/+2
2014-11-05gruntHeinrich Fenkart1-1/+1
2014-11-04Use Jekyll data for Wall of Browser BugsHeinrich Fenkart1-0/+15
2014-10-28Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02Mark Otto2-3/+1
2014-10-27gruntMark Otto1-1/+1
2014-10-27.bs-customizer-input => .col-xs-4Chris Rebert1-7/+0
2014-10-25fix clipboard button and examplesMark Otto2-3/+9
2014-10-24gruntMark Otto1-1/+1
2014-10-2420px from bottom because the final frontierMark Otto1-1/+1
2014-10-22Allow to scroll the navIlya Radchenko1-0/+2
Basically it's impossible to use the navigation if it's expanded. This will allow it to be scrollable so that the menus are accessable.
2014-08-27gruntMark Otto1-1/+1
2014-08-27Fixes #14439: Add static tooltip example to docsMark Otto1-0/+6
2014-08-26Specify `cursor: pointer` for `#import-manual-trigger`.XhmikosR2-3/+6
2014-08-23Full gruntMark Otto1-1/+1
2014-08-23fixes #14425: remove invalid css propertyMark Otto1-1/+0
2014-08-01Run `grunt`.XhmikosR1-1/+1
2014-07-31Add drag and drop config import; closes #11004Thomas Welton1-0/+24
Closes #13790 by merging a rebased version of it.
2014-07-23Fixes #14221: Make .form-control-static work in inline forms as wellMark Otto1-1/+1
2014-07-17Merge alert examples and add `.bs-example-standalone` classHeinrich Fenkart1-0/+3
2014-07-09Run `grunt`.XhmikosR1-1/+1
2014-07-07Cut down on homepage file size; reorg some docs CSSMark Otto1-67/+53
2014-07-03use non-minified docs CSS on non-gh-pagesChris Rebert2-0/+0
2014-06-26gruntMark Otto2-12/+31
2014-06-25Run `grunt`.XhmikosR1-1/+1
Revert a991cd572c8b3cafa6228915ca86f7a0cdd26e2d.
2014-06-24grunt dist; closes #13914Chris Rebert1-1/+1
2014-06-24Run `grunt`.XhmikosR1-1/+1
2014-06-19Run `grunt`.XhmikosR1-1/+1
2014-06-18grunt distMark Otto1-1/+1
2014-06-18Darken @gray-light to meet accessibility guidelinesRoss Allen1-1/+1
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html