]> git.cworth.org Git - lmno.games/commitdiff
Style inline buttons for better appearance
authorCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 11:28:19 +0000 (04:28 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 11:46:51 +0000 (04:46 -0700)
By shrinking the font size within the button just a bit, the entire
button now fits within a line of text, (rather than the text of the
button being the same size as the surrounding text but the button
sticking way out both above and below).

style.css

index e71f222be2cbdf77713b81758faa8a29f3b831ac..98bc907264df78738e3a259c9cc6d301b085f2be 100644 (file)
--- a/style.css
+++ b/style.css
@@ -258,7 +258,8 @@ button {
 }
 
 button.inline {
-    font-size: 100%;
+    font-size: 72%;
+    font-weight: bold;
     width: auto;
 }