论坛帖子显示序号问题
This commit is contained in:
parent
4a91c51b33
commit
ca0b7e77ba
|
@ -724,10 +724,14 @@ div.actions input[type="text"] {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.memo-content li {
|
||||
.memo-content ol li {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.memo-content ul li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.memo-timestamp {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
|
|
Loading…
Reference in New Issue