浏览代码

added class to h1 so it overrides

eddiemachado 13 年之前
父节点
当前提交
983babd743
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/scss/login.scss

+ 1 - 1
library/scss/login.scss

@@ -24,7 +24,7 @@ This is the Wordpress logo in the admin area.
 You'll have to load your own images and mess
 with the width and height.
 */
-h1 a {
+.login h1 a {
 	background: url(../images/login-logo.png) no-repeat top center; /* make sure to replace this! */
 	width: 326px;
 	height: 67px;