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;