From a6d145f778e05cde2380563c67792ba80658d86e Mon Sep 17 00:00:00 2001 From: Jindrich Mynarz Date: Mon, 18 Sep 2017 11:56:41 +0200 Subject: [PATCH] Align captions --- media/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media/css/bootstrap.css b/media/css/bootstrap.css index 2df1c8c..95abb1b 100644 --- a/media/css/bootstrap.css +++ b/media/css/bootstrap.css @@ -75,11 +75,14 @@ table > thead:first-child > tr:first-child > td { table > tbody + tbody { border-top: 2px solid #ddd; } +table caption { + text-align: center; +} .figure img { width: 100%; } .figure { text-align: center; - font-style: italic; + color: #777; }