pixnet 的 template 加了 reset.css,把 <hx> 和 <ul>. <ol>, <blockquote>的特性都弄掉了,這或許在設計 templates很好用,可是在寫文章的時候超難用,尤其是我愛用 list  XD

手癢去留言建議了 http://support.pixnet.tw/index.php?topic=23478.0

把被強暴的列表加回來
.article-content ul, .article-content ol {
margin-left: 1em;
}
.article-content ul li {
display: list-item;
list-style: outside disc;
}

.article-content ol li {
display: list-item;
list-style: outside decimal;
}
有空再自己弄一個template,不然就是選擇自己架= =

hsuzy 發表在 PIXNET 痞客邦 迴響(0) 引用(0) 人氣(86)