From: Carl Worth Date: Sun, 17 May 2020 15:50:44 +0000 (-0700) Subject: Move paragraph-spacing from empires/style.css to style.css X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=0d3b2c75ae2fed4783121c1f9a390d1d8526e79c Move paragraph-spacing from empires/style.css to style.css This is a useful spacing directive, so we want it applied at the top-level, not just in the empires directory. --- diff --git a/empires/style.css b/empires/style.css index f7c9e4c..8b00356 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,7 +1,3 @@ -p,dl,dd { - margin-bottom: 1em; -} - .show-state-join { display:none; } diff --git a/style.css b/style.css index 095f602..02d0be5 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,10 @@ h2 { font-weight: bold; } +p,dl,dd { + margin-bottom: 1em; +} + /*\ |*| |*| Overall page layout