From 0d3b2c75ae2fed4783121c1f9a390d1d8526e79c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 08:50:44 -0700 Subject: [PATCH] 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. --- empires/style.css | 4 ---- style.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.43.0