Skip to content

Instantly share code, notes, and snippets.

@fragje
Created June 25, 2015 11:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fragje/3136fe5d972db4524b9f to your computer and use it in GitHub Desktop.
Save fragje/3136fe5d972db4524b9f to your computer and use it in GitHub Desktop.
ikat-fb-link
/**
* <a href class="facebook-link-page">Besøk IKAT på Facebook</a>
*/
.facebook-link-page {
font-size: 12px;
position: absolute;
top: -52px;
right: 0;
}
.facebook-link-page:before {
content: "\f230";
float: left;
margin-right: 7px;
font-family: fontawesome;
font-size: 14px;
margin-top: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment