我希望能夠讓文字可以空兩格
像
今天xxxxxxxxx
昨天xxxxxxxxxxx
而不是
今天xxxxxxx
昨天xxxxxx
雖然不是很會使用,但也並非對css完全不懂,
參考了oec space以後,
原本想說可能是有設定文字向左靠齊,可是都找不到阿>"<
應該是在這裡的某個地方改吧…
(另外我想設定文字行高…line height改了好多遍都沒用)
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}
.post {
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:$titlecolor;
font-weight:normal;
}
.post h3 strong, .post h3 a:hover {
color:$textcolor;
}
.post p {
margin:0 0 .75em;
line-height:1.6em;
}
那個「設定」裡頭的浮動對齊也選擇「否」(雖然不知道有沒有關係= =)
不知道有沒有人可以解答呢?感謝>_<
--
像
今天xxxxxxxxx
昨天xxxxxxxxxxx
而不是
今天xxxxxxx
昨天xxxxxx
雖然不是很會使用,但也並非對css完全不懂,
參考了oec space以後,
原本想說可能是有設定文字向左靠齊,可是都找不到阿>"<
應該是在這裡的某個地方改吧…
(另外我想設定文字行高…line height改了好多遍都沒用)
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}
.post {
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:$titlecolor;
font-weight:normal;
}
.post h3 strong, .post h3 a:hover {
color:$textcolor;
}
.post p {
margin:0 0 .75em;
line-height:1.6em;
}
那個「設定」裡頭的浮動對齊也選擇「否」(雖然不知道有沒有關係= =)
不知道有沒有人可以解答呢?感謝>_<
--
All Comments