diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index b64e60831..b476210b1 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -724,6 +724,10 @@ div.actions input[type="text"] { word-wrap: break-word; } +.memo-content li { + list-style-type: decimal; +} + .memo-timestamp { position: absolute; bottom: 0px;