pixnet 一些小修改

Posted by: 邱小新 at 下午6:16:00 in

pixnet 的樣版很喜歡把 ol,ul 的點點去除,還有把 h1 改成沒有變大變粗,所以直接把這些設定值還原,並限定在內文範圍。另外把 hx 加上 margin,才不會跟上下內重疊。

.article-content h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-top: 10pt; margin-bottom: 10pt; } .article-content h1 { font-size: 2em; } .article-content h2 { font-size: 1.5em; } .article-content h3 { font-size: 1.17em; } .article-content ul { list-style-type: disc; } .article-content ol { list-style-type: decimal; }