blogger的css定義結構是怎樣的???
我想改內文的
ul {
list-style: none;
margin-left: 10px;
padding: 0;
}
li {
list-style: none;
padding-left: 15px;
margin-bottom: 3px;
background: url(http://www.blogblog.com/tictac_blue/tictac_blue.gif) no-repeat 0 6px;
}
結果改好,連右手邊的選單也改了
後來我想以
post-body ul {...}
post-body li {...}
來定義也是不行= ="
--
我想改內文的
ul {
list-style: none;
margin-left: 10px;
padding: 0;
}
li {
list-style: none;
padding-left: 15px;
margin-bottom: 3px;
background: url(http://www.blogblog.com/tictac_blue/tictac_blue.gif) no-repeat 0 6px;
}
結果改好,連右手邊的選單也改了
後來我想以
post-body ul {...}
post-body li {...}
來定義也是不行= ="
--
All Comments