Created
October 1, 2012 02:05
-
-
Save NeoCat/3809074 to your computer and use it in GitHub Desktop.
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
/*アイコン縮小*/ | |
.uicon{width:16px;height:16px;} | |
/*行間*/ | |
.status{line-height: 1.5;} | |
/*リンク背景透明化*/ | |
span.status a.link,span.status a.resolved,span.status a.link:hover{background-color:transparent !important;border:0;} | |
/*RTアイコン非表示*/ | |
.rtuicon{display:none} | |
/*名前非表示*/ | |
.uname{display:none} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment