Skip to content

Instantly share code, notes, and snippets.

@dacur
Created July 14, 2014 19:24
Show Gist options
  • Select an option

  • Save dacur/ba0fceb1190a66c37564 to your computer and use it in GitHub Desktop.

Select an option

Save dacur/ba0fceb1190a66c37564 to your computer and use it in GitHub Desktop.
Styling logo. Makes it clickable and uses the asset pipeline to get the logo.
.logo a {
margin:; 0.4em 0;
background: transparent url(asset_path(#{"logo-name"})) no-repeat center center ;
background-size: contain;
display: block;
height: 34px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment