aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/tables.html
AgeCommit message (Collapse)AuthorFilesLines
2015-05-17Use `https` when possible.XhmikosR1-1/+1
2014-12-30Document that responsive tables use `overflow-y: hidden`Chris Rebert1-0/+4
Closes #15288 [skip sauce]
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert1-7/+7
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-7/+7
Refs #11410
2014-11-14Fixes to scopePatrick H. Lauke1-47/+44
as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-13give all docs callouts IDsChris Rebert1-3/+3
[skip sauce]
2014-11-11add missing dots to .sr-only class mentions, for consistency w/ rest of docsChris Rebert1-1/+1
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-1/+4
Closes #14951 by merging it.
2014-08-02Fixes #14296: document a table caption exampleMark Otto1-0/+1
2014-05-22clarifyMark Otto1-4/+2
2014-05-22tighten up callouts and remove backgroundsMark Otto1-0/+14
2014-04-05Fixed typo in Responsive Tables CSS docsBilly Matthews1-1/+1
2014-03-16Break up docs into includesMark Otto1-0/+450