Created
October 20, 2010 08:32
-
-
Save 0mg/636028 to your computer and use it in GitHub Desktop.
hatena.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
| /* グローバル */ | |
| #header { | |
| /* 上部バー固定表示を解除 */ | |
| position: static !important; | |
| } | |
| /* お気に入りアンテナ */ | |
| .activities-container .activities-more { | |
| /* 「他 N 件」で隠されているエントリを最初から表示 */ | |
| display: block !important; | |
| } | |
| .activities-container .more { | |
| /* 「他 N 件」ボタンを隠す */ | |
| display: none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment