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; }