diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/css/tables.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 655545112..011a4dbba 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -5,6 +5,7 @@ <p>For basic styling—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code><table></code>. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.</p> <div class="bs-example"> <table class="table"> + <caption>Optional table caption.</caption> <thead> <tr> <th>#</th> |
