Created
February 25, 2014 15:22
-
-
Save benrasmusen/9210948 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.login h1 a { | |
background-image: url(../images/w-logo-blue.png?ver=20131202); | |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | |
background-size: 80px 80px; | |
background-position: center top; | |
background-repeat: no-repeat; | |
color: #999; | |
height: 80px; | |
font-size: 20px; | |
font-weight: 400; | |
line-height: 1.3em; | |
margin: 0 auto 25px; | |
padding: 0; | |
text-decoration: none; | |
width: 80px; | |
text-indent: -9999px; | |
outline: 0; | |
overflow: hidden; | |
display: block | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment