Varia: Make sure centre aligned image is centred

This commit is contained in:
Takashi Irie 2019-10-22 20:05:23 +01:00
parent 389a04e014
commit a8a7d5ea78
3 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,8 @@
.aligncenter {
clear: both;
float: none;
margin-right: auto;
margin-left: auto;
text-align: center;
}

View file

@ -2018,6 +2018,8 @@ table th,
.aligncenter {
clear: both;
float: none;
margin-left: auto;
margin-right: auto;
text-align: center;
}

View file

@ -2021,6 +2021,8 @@ table th,
.aligncenter {
clear: both;
float: none;
margin-right: auto;
margin-left: auto;
text-align: center;
}