diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:25:24 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-19 16:25:24 -0400 |
commit | ad8210582405b1c8896f2d60a7240e9858853e65 (patch) | |
tree | 3b5beb19fc846e9b1db7d01acb34b78cb91f32bd | |
parent | 5df1a06789ccd2506d292c42a6e33f662cfa1cb5 (diff) | |
download | emacsconf-wiki-ad8210582405b1c8896f2d60a7240e9858853e65.tar.xz emacsconf-wiki-ad8210582405b1c8896f2d60a7240e9858853e65.zip |
add breathing space above license when there's no copyright line
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,5 +8,6 @@ video { max-width: 100% } .pagecopyright, .pagelicense { font-style: normal } .pagelicense { margin-top: 0.5em } +.pagelicense:first-child { margin-top: 1em } .pagecopyright p { margin-bottom: 0; line-height: 1.2 } .pagelicense p { margin-top: 0 } |