浏览代码

Mayland: Recompiling with changes to master.

Allan Cole 5 年之前
父节点
当前提交
32e09473e3
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 1 3
      mayland/style-rtl.css
  2. 1 3
      mayland/style.css

+ 1 - 3
mayland/style-rtl.css

@@ -762,9 +762,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**

+ 1 - 3
mayland/style.css

@@ -762,9 +762,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**