From ca0b7e77bae662dada2e17351f554f60f0b46fee Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Mon, 26 Oct 2015 17:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BA=E5=9D=9B=E5=B8=96=E5=AD=90=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index b476210b1..efd9f5a53 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -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;