2008-02-24から1日間の記事一覧

アノテーション その1

アノテーションのパラメータが取れないからおかしいなと思ったら RetentionPolicy.RUNTIME の指定が無かったのか。Wikipedia にまとめてあったので引用 http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%8E%E3%83%86%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3 @Ret…

Google Reader の行間を空ける

userContent.css に記述 @-moz-document url-prefix(http://www.google.co.jp/reader/) { .entry-body * {line-height:170%;} } before after