Varia: Make sure centre aligned image in classic block is centred
@@ -23,7 +23,10 @@
*/
.aligncenter {
clear: both;
+ display: block;
float: none;
+ margin-right: auto;
+ margin-left: auto;
text-align: center;
}
@@ -2017,7 +2017,10 @@ table th,
@@ -2020,7 +2020,10 @@ table th,