Skip to content

Commit

Permalink
Align captions
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrichmynarz committed Sep 18, 2017
1 parent 50bba64 commit a6d145f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit a6d145f

Please sign in to comment.