2008/02/18

"サイドバーのリスト"のスタイル

".sidebar li"のスタイルを書き換える。

テンプレート"Washed Denim"のデフォルトスタイルを

.sidebar li {
margin: 0;
padding-top: 0;
padding-$endSide: 0;
padding-bottom: .5em;
padding-$startSide: 15px;
text-indent: -15px;
line-height: 1.5em;
}
こう書き換える。

.sidebar li {
padding: 0 0 4px 17px;
background: url(http://shakingidea.googlepages.com/li_ebyin.gif) no-repeat 0 3px;
}

0 coment: