Browse Source

Varia: Make sure centre aligned image is centred

Takashi Irie 5 years ago
parent
commit
a8a7d5ea78
3 changed files with 6 additions and 0 deletions
  1. 2 0
      varia/sass/blocks/utilities/_style.scss
  2. 2 0
      varia/style-rtl.css
  3. 2 0
      varia/style.css

+ 2 - 0
varia/sass/blocks/utilities/_style.scss

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

+ 2 - 0
varia/style-rtl.css

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

+ 2 - 0
varia/style.css

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