Skip to content

Commit a6d145f

Browse files
Align captions
1 parent 50bba64 commit a6d145f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

media/css/bootstrap.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ table > thead:first-child > tr:first-child > td {
7575
table > tbody + tbody {
7676
border-top: 2px solid #ddd;
7777
}
78+
table caption {
79+
text-align: center;
80+
}
7881

7982
.figure img {
8083
width: 100%;
8184
}
8285
.figure {
8386
text-align: center;
84-
font-style: italic;
87+
color: #777;
8588
}

0 commit comments

Comments
 (0)