Main

janvier 12, 2006

リンクの腺を消す・文字の色

22行目
a { text-decoration: underline; }
a img { border: 0; }
   ↓
/*customize・コメント内のリンクの腺を消す・多分ヽ(;´Д`)ノ*/
a { text-decoration: none; }
a img { border: 0; }


431行目
a { color: #36414d; text-decoration: underline; }

/*customize・リンクの腺を消す*/
a { color: #36414d; text-decoration: none; }

リンクの貼ってある文字の色指定もここでできる(-_-;)

 Comments+