aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08add default SCSS-Lint configChris Rebert1-0/+169
2014-12-08Travis: install scss-lintChris Rebert3-2/+4
2014-12-08tweak browser bug list order so Chrome bugs are contiguousChris Rebert1-11/+11
2014-12-08tweak browser bug list order so Safari bugs are contiguousChris Rebert1-10/+10
2014-12-08Merge pull request #15327 from patrickhlauke/docs-accessibility-tweaks2Patrick H. Lauke3-73/+79
More docs accessibility tweaks
2014-12-08grunt-saucelabs now uses `throttled` instead of `concurrency`Chris Rebert1-1/+1
[skip validator]
2014-12-08Make main segmented button keyboard-focusablePatrick H. Lauke1-2/+2
unless there's a reason why ``tabindex="-1"`` was dropped in there...
2014-12-08Use aria-label for pagination prev/nextPatrick H. Lauke1-18/+13
Cleaner alternative to using ``<span class="sr-only">``
2014-12-08Callout for labelling of input groupsPatrick H. Lauke1-43/+47
plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important)
2014-12-08Split out/clarify ``<select>`` and ``multiple``Patrick H. Lauke1-9/+16
2014-12-08Expand advice for optional icons with hidden labelsPatrick H. Lauke1-1/+1
to clarify/hint that a ``<label class="sr-only">`` is not the only way to do it
2014-12-08Merge pull request #15323 from BBosman/forChris Rebert1-1/+1
Re-add missing "to" in docs
2014-12-08Add missing toBas Bosman1-1/+1
2014-12-07fixes #15311: mention in docs requirement for .btn-group-* sizing on ↵Mark Otto1-1/+1
immediate .btn-group
2014-12-07Merge pull request #15320 from patrickhlauke/docs-accessibility-tweaksPatrick H. Lauke7-22/+20
Docs accessibility tweaks: use ``aria-label`` for close ``<button>``, expand advice for ``<abbr>``, form control labels, make sidebar navigation a ``<nav>``
2014-12-07``<abbr>`` with title also useful for ATPatrick H. Lauke1-2/+1
...and remove the redundant paragraph for basic abbreviation, which simply repeats what was just said above.
2014-12-07Expand advice about adding labelsPatrick H. Lauke1-1/+1
Harmonizing this with same advice given for CSS inline forms
2014-12-07Make sidebar navigation actual ``<nav>``Patrick H. Lauke1-3/+3
2014-12-07Refactor grid-framework followupGleb Mazovetskiy2-48/+52
* Split up calc-grid-column, generate selectors in make-grid * Iterate over $grid-breakpoints and (pull, push, offset)
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke4-16/+15
shorter, neater, well supported
2014-12-07Refactor grid_frameworkGleb Mazovetskiy1-51/+37
A more idiomatic refactoring of the grid framework * Use %-placeholder instead of generating a class name list * Use if expression * Remove loop-grid-columns
2014-12-06tweak grid docs copyChris Rebert1-1/+1
[skip sauce]
2014-12-06inline-block on labels now instead of inlineMark Otto7-10/+10
2014-12-06remove docs warning on inline vs inline-block for labelsMark Otto1-5/+0
2014-12-06clean up some docs cssMark Otto2-3/+1
2014-12-06stub out extend section a bitMark Otto3-5/+15
2014-12-06tweak label component paddingMark Otto7-7/+7
2014-12-05grunt--fuuuuuuuuuuuuuck you line commentsMark Otto5-2171/+39
2014-12-05Merge pull request #7 from twbs/gemfileGleb Mazovetskiy2-0/+7
Specify ruby dev deps in Gemfile
2014-12-05Merge pull request #4 from twbs/disable-source-commentsGleb Mazovetskiy3-354/+481
Disable source comments
2014-12-05Merge pull request #15309 from twbs/fix-customizer-compile-err-reportingChris Rebert1-8/+14
Catch and properly report compile errors that Less.js's toCSS() can throw
2014-12-05Customizer: Catch and properly report compile errors that Less.js's toCSS() ↵Chris Rebert1-8/+14
can throw. Currently these errors are only reported in the JavaScript console, not in the Customizer UI. Refs #15296 [skip sauce] [skip validator]
2014-12-05Fix margin-bottom on dropdown (navbar-fixed-bottom).vsn4ik1-0/+1
2014-12-05Repeat warning comment about keeping "What's included" sections in syncChris Rebert1-1/+2
Refs #15238 [skip sauce]
2014-12-05Merge pull request #15306 from vsn4ik/whats_included_readmeChris Rebert1-1/+3
Update source maps info in README.md.
2014-12-05Merge pull request #15305 from vsn4ik/fix_fonts_permissionChris Rebert4-0/+0
Remove execute permission on fonts.
2014-12-05Update source maps info in README.md.vsn4ik1-1/+3
2014-12-05Remove execute permission on fonts.vsn4ik4-0/+0
2014-12-05Update test-infra/npm-shrinkwrap.jsonGleb Mazovetskiy1-353/+479
2014-12-05Specify ruby dev deps in GemfileGleb Mazovetskiy2-0/+7
2014-12-05Disable source commentsGleb Mazovetskiy2-1/+2
Require latest grunt-sass, bumped dep
2014-12-04Merge pull request #3 from twbs/v4_gridMark Otto11-102/+680
Add new grid tier
2014-12-04fix vars order, remove rando grid class from mixinMark Otto6-7/+7
2014-12-04Merge branch 'v4' into v4_gridMark Otto1-3/+3
2014-12-04Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-3/+3
2014-12-04tweak grid docs, add new tierMark Otto11-102/+680
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert37-168/+168
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-12-04Merge pull request #2 from twbs/data-example-idChris Rebert1-3/+3
Add support for example IDs to {% example %} template tag
2014-12-04move media queries docs to new section of layoutMark Otto3-55/+90
2014-12-04Remove "Separated link" in example where it's notTJ1-1/+0
Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated. I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs.