Properly center framed thumbnail images

Bug: T219717
Change-Id: I3a96ee7ab91a520258a1543236e7885f191aa82b
isekai
Jack Phoenix 6 years ago
parent 7c6f015167
commit d9ba2d47d9

@ -510,6 +510,9 @@ ul {
.thumbinner {
.box;
padding: 0.75em;
/* Properly center framed thumbnail images (T219717) */
margin-left: auto;
margin-right: auto;
}
.thumbcaption {

Loading…
Cancel
Save