浏览代码

fixed classes missing .

page-title & single-title were missing a period
eddiemachado 14 年之前
父节点
当前提交
88e8b00b46
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      style.css

+ 2 - 2
style.css

@@ -228,8 +228,8 @@ POSTS & CONTENT STYLES
 			padding: 2.2em 20px 0;
 		}
 		
-		single-title {}
-		page-title {}
+		.single-title {}
+		.page-title {}
 		.archive_title {
 			padding: 0 20px;
 		}