diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 660a3b4..9273cae 100644 --- a/static/style.css +++ b/static/style.css @@ -65,6 +65,10 @@ label { font-size: x-small; } +aside form p { + font-size: x-small; +} + .collapsable { display: none; } |