Skip to content

Instantly share code, notes, and snippets.

@benrasmusen
Created February 25, 2014 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benrasmusen/9210948 to your computer and use it in GitHub Desktop.
Save benrasmusen/9210948 to your computer and use it in GitHub Desktop.
.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