From 4fca8022f30d62b3f4339ae14a1e1dac55858301 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Mon, 26 Oct 2015 14:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B4=E5=90=A7=20=E5=B8=96=E5=AD=90=20?= =?UTF-8?q?=E5=BA=8F=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/nyan.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index b476210b1..1aba6688f 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -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;