Ver Fonte

Merge pull request #87 from blowsie/patch-3

These styles didnt work in the latest version of wordpress, added #login...
Eddie Machado há 13 anos atrás
pai
commit
d7850f94bb
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      library/css/login.css

+ 3 - 3
library/css/login.css

@@ -25,7 +25,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;
@@ -35,7 +35,7 @@ h1 a {
 	display: block;
 }
 
-form {
+#login form {
 	margin-left: 8px;
 	padding: 26px 24px 46px;
 	font-weight: normal;
@@ -51,7 +51,7 @@ form {
 			box-shadow: none;
 }
 
-body form .input {
+body #login form .input {
 	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
 	font-weight: 200;
 	font-size: 24px;