-
-
Save sperte/7668403 to your computer and use it in GitHub Desktop.
This file contains 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
.embed .tb-toolbar { | |
display: none; | |
} |
This file contains 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
/* Use this to hide the about tab on embeds */ | |
.embed #about-tab{ | |
display:none; | |
} |
This file contains 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
/* Guide to help you replace the hashtag with an image. Note you have to hide the hashtag */ | |
.live .masthead .tb-meta h2 { | |
display:none; | |
} | |
.live .masthead .tb-meta{ | |
height:80px; | |
background: url(http://cl.ly/image/2M3T3W2c0r1T/chivas.png) no-repeat; | |
background-position: 50% 50%; | |
background-size: auto 80% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment