Focus of Interest -info-
Clumns for iOS, OS X, and more...
Navigation

もうちょっとスマートなRSSアイコン表示

 先のやり方では、”RSS Feed”の文字の位置がうまく調整できない。やはりCSSで指定するのが王道だろう。
#.blog-archive-link-enabled {
  display: block;
  padding: 3px 0 3px 25px;
  margin-bottom: 10px;
  background: transparent url(images/rss_icon16.png) left no-repeat;
}
 こんな具合で、paddingの値で、文字の位置調整を行えばいいわけだ。