diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:08:00 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:08:00 -0400 |
commit | 432563ff350a917cc4e437ca83c270bc23630aac (patch) | |
tree | be2a37dbfc2d303ef500a5be401b5411513acb4c | |
parent | 099dba482be5170f80559fa5dfae44e14d021a7f (diff) | |
download | emacsconf-wiki-432563ff350a917cc4e437ca83c270bc23630aac.tar.xz emacsconf-wiki-432563ff350a917cc4e437ca83c270bc23630aac.zip |
improve multi-line copyright line display
Diffstat (limited to '')
-rw-r--r-- | 2019/conduct.md | 2 | ||||
-rw-r--r-- | local.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/2019/conduct.md b/2019/conduct.md index 477d2a7a..0dbf2d5e 100644 --- a/2019/conduct.md +++ b/2019/conduct.md @@ -1,6 +1,6 @@ [[!meta title="Code of Conduct"]] [[!meta copyright=""" -Copyright © 2010, 2013, 2018 Free Software Foundation, Inc. +Copyright © 2010, 2013, 2018 Free Software Foundation, Inc.<br/> Copyright © 2019 Amin Bandali """]] @@ -8,4 +8,5 @@ video { max-width: 100% } .pagecopyright, .pagelicense { font-style: normal } .pagelicense { margin-top: 0.5em } +.pagecopyright p { margin-bottom: 0 } .pagelicense p { margin-top: 0 } |