Browse Source

Mayland: Recompiling with changes to master.

Allan Cole 5 năm trước cách đây
mục cha
commit
32e09473e3
2 tập tin đã thay đổi với 2 bổ sung6 xóa
  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;
 }
 
 /**