浏览代码

better selectors, eliminate unnecessary CSS

Owen Versteeg 11 年之前
父节点
当前提交
4b2e3fd71a
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      less/general.less

+ 1 - 5
less/general.less

@@ -9,14 +9,10 @@ body, textarea {
 }
 
 @media (max-width:870px) {
-	.row [class*='c']{
+	.row column {
 		width: 100%;
-		display: block;
 		margin: 1% auto;
 	}
-	.row:last-child column {
-		margin-bottom: 2.5em;
-	}
 }
 
 .container {