Browse Source

another one

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

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

@@ -23,6 +23,7 @@
  */
 .aligncenter {
 	clear: both;
+	display: block;
 	float: none;
 	margin-right: auto;
 	margin-left: auto;

+ 1 - 0
varia/style-rtl.css

@@ -2017,6 +2017,7 @@ table th,
  */
 .aligncenter {
 	clear: both;
+	display: block;
 	float: none;
 	margin-left: auto;
 	margin-right: auto;

+ 1 - 0
varia/style.css

@@ -2020,6 +2020,7 @@ table th,
  */
 .aligncenter {
 	clear: both;
+	display: block;
 	float: none;
 	margin-right: auto;
 	margin-left: auto;