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. --- docs/dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 54a074b74..642e2ebbc 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2055,6 +2055,12 @@ pre code { table { background-color: transparent; } +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777; + text-align: left; +} th { text-align: left; } -- cgit v1.2.3