Skip to content

Instantly share code, notes, and snippets.

@0mg
Created October 20, 2010 08:32
Show Gist options
  • Select an option

  • Save 0mg/636028 to your computer and use it in GitHub Desktop.

Select an option

Save 0mg/636028 to your computer and use it in GitHub Desktop.
hatena.css
/* グローバル */
#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