Created
July 3, 2015 12:36
-
-
Save dsingleton/63156fcd65e12559b3ab to your computer and use it in GitHub Desktop.
custom-fourth-wall.css
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
#pulls li { | |
background: #333 !important; | |
padding-right: 40px; | |
opacity: .8; | |
} | |
#pulls li .status { | |
right: 0; | |
top: 0; | |
height: 100%; | |
width: 20px; | |
text-indent: -9999px; | |
} | |
.avatar { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment