From 033f1654b07f7764a54e5b290e5cf36f688b95a3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 2 Aug 2014 14:49:48 -0700 Subject: [PATCH] Fixes #14296: document a table caption example --- docs/_includes/css/tables.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 6555451128..011a4dbbae 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -5,6 +5,7 @@

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>. 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.

+
Optional table caption.
#