From: Alex Lewin Date: Fri, 6 Sep 2024 14:16:15 +0000 (+0000) Subject: Group CSS styles first by tag then by class X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=bf6fd5a951cde409f914839fdb9ab51941bbae55;p=satsto.me Group CSS styles first by tag then by class --- diff --git a/index.html b/index.html index a804c9f..31cccf0 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@ margin: 0 0 6px 0; font-size: 24px; } + code { + font-family: monospace; + font-size-adjust: 0.5; + } .tiny-print { font-size: 14px; font-style: italic; @@ -117,10 +121,6 @@ .go-button { cursor: pointer; } - code { - font-family: monospace; - font-size-adjust: 0.5; - } .footer { color: white; }