]> git.cworth.org Git - lmno.games/commitdiff
Move paragraph-spacing from empires/style.css to style.css
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 15:50:44 +0000 (08:50 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 15:50:44 +0000 (08:50 -0700)
This is a useful spacing directive, so we want it applied at the
top-level, not just in the empires directory.

empires/style.css
style.css

index f7c9e4cf4980629786b7152fafad575221cbf891..8b0035648f0b19dcdcac8bb89e4ea892658ceec0 100644 (file)
@@ -1,7 +1,3 @@
-p,dl,dd {
-    margin-bottom: 1em;
-}
-
 .show-state-join {
     display:none;
 }
index 095f6023f0c84362fdd74a84560c87a2e73f8e07..02d0be5e7ab22498911755808162d023dd8afaa9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -48,6 +48,10 @@ h2 {
     font-weight: bold;
 }
 
+p,dl,dd {
+    margin-bottom: 1em;
+}
+
 /*\
 |*|
 |*| Overall page layout