From eebce34d59985154e68c04456f09b6a0ff321f91 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 15:05:57 -0700 Subject: [PATCH] style: Add some padding at the bottom of any form This is some really basic style that is sorely needed by default. It's also exactly the styling that was missing that motivated be to put a gratuitous
in here earlier. So we take that out here. --- empires/game.html | 2 -- style.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/empires/game.html b/empires/game.html index 960930b..aad704b 100644 --- a/empires/game.html +++ b/empires/game.html @@ -87,8 +87,6 @@ -
-

Players in the game

diff --git a/style.css b/style.css index cde3def..6bf82a6 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,7 @@ h2 { font-size: 110%; } -p,dl,dd { +p,dl,dd,form { margin-bottom: 1em; } -- 2.43.0