Created
October 6, 2012 11:46
-
-
Save pheraph/3844710 to your computer and use it in GitHub Desktop.
Userstyle to make tent.is a little bit more usable
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
/* Use *tent.is* as selection pattern */ | |
.span490 { | |
width: 100% !important; | |
} | |
.nav li { | |
line-height: 10px !important; | |
} | |
li { | |
line-height: 18px !important; | |
} | |
.avatar { | |
margin-right: 8px; | |
margin-bottom: 4px; | |
} | |
.repost .avatar { | |
width: 32px !important; | |
height: 32px !important; | |
} | |
.pull-right a { | |
color: #999 !important; | |
font-size: 10px; | |
} | |
small.pull-right { | |
color: #999 !important; | |
font-size: 66% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment