Merge "Properly center framed thumbnail images"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 5022852e92

@ -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