Move wp-login.php background from body.login to body selector. props JohnONolan. see #12586

git-svn-id: http://svn.automattic.com/wordpress/trunk@13967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-04-03 11:37:24 +00:00
parent 710dc6584e
commit 75c8e2d67e
5 changed files with 7 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
body {
padding-top: 30px;
font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
background: url(../images/login-header.png) top left repeat-x;
}
form {