瀏覽代碼

another one

Takashi Irie 5 年之前
父節點
當前提交
2804e88139
共有 3 個文件被更改,包括 3 次插入0 次删除
  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;