This commit is contained in:
cxt 2015-10-26 15:26:15 +08:00
commit 2f9cb94e7e
1 changed files with 4 additions and 1 deletions

View File

@ -724,9 +724,12 @@ 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;