]> git.cworth.org Git - lmno.games/commitdiff
style: Add some padding at the bottom of any form
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 22:05:57 +0000 (15:05 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000 (06:43 -0700)
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 <br> in here earlier. So we take that out here.

empires/game.html
style.css

index 960930b69c7cb5bc913eeb0066c570b599c0b034..aad704b04a9a548b765e06aaf6fa62344226a344 100644 (file)
@@ -87,8 +87,6 @@
         <span id="character-reveal"></span>
       </div>
 
-      <br>
-
       <div class="hide-state-reveal" id="players-div">
         <h1>Players in the game</h1>
 
index cde3def414e75204b963458144d7c1257c0509a6..6bf82a6544fe12e6de5809921d792d173a543257 100644 (file)
--- a/style.css
+++ b/style.css
@@ -49,7 +49,7 @@ h2 {
     font-size: 110%;
 }
 
-p,dl,dd {
+p,dl,dd,form {
     margin-bottom: 1em;
 }