From fe0ef388982399d8925ec7aa8a70c4b4df3aa7e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 15:55:15 -0700 Subject: Fixes #14095: Add basic styling for captions, which we've for some reason been missing all this time. --- less/tables.less | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'less') diff --git a/less/tables.less b/less/tables.less index 38c7da349..25db1fe40 100644 --- a/less/tables.less +++ b/less/tables.less @@ -6,6 +6,12 @@ table { background-color: @table-bg; } +caption { + padding-top: @table-cell-padding; + padding-bottom: @table-cell-padding; + color: @text-muted; + text-align: left; +} th { text-align: left; } -- cgit v1.2.3