diff options
-rw-r--r-- | assets/css/screen.css | 1 | ||||
-rw-r--r-- | mumi/web/view/html.scm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 0558794..684bc01 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -273,6 +273,7 @@ details { padding-bottom: 1rem; } +.message .body .attachment + .multipart, .message .body .multipart + .multipart { padding-top: 1rem; padding-bottom: 1rem; diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index cfc1018..f6d50e9 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -72,7 +72,7 @@ (@ (rel "stylesheet") (media "screen") (type "text/css") - (href "/css/screen.css?202005150000")))) + (href "/css/screen.css?202005160000")))) (body ,@body (footer (@ (class "text-center")) (p "Copyright © 2016—2020 by the GNU Guix community." |