diff options
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/note.css b/static/note.css index 7e0f529..3051488 100644 --- a/static/note.css +++ b/static/note.css @@ -167,3 +167,10 @@ article.note { } } } + +article.note.hidden { + padding-top: 0; + padding-bottom: 0; + display: block; + text-align: center; +} |
