1
優化CSS我有這樣的CSS:用手寫筆
p{
margin: .85em auto;
line-height: 1.7;
text-indent: 2em;
}
blockquote p {
text-indent: 0;
}
有沒有辦法來優化,使用手寫筆?
只是做這樣的事情:
p{
margin: .85em auto;
line-height: 1.7;
(not if blockquote) text-indent: 2em;
}
HTML我試圖適用於
<div class="entry">
<p></p> //text-indent here
<blockquote>
<p></p> //no text-indent here
</blockquote>
</div>
@torazaburo剛剛更新,詳情 – sreginogemoh
@torazaburo耶只是固定的錯字 – sreginogemoh
沒有什麼值得在這裏進行優化。 –