From: Simon Cozens Date: Fri, 18 Jul 2025 13:38:53 +0000 (+0100) Subject: Compact layout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de00e29c00812d3305de7bf51ad54cca2c3eef2;p=thirdparty%2Fgoogle%2Ffonts.git Compact layout --- diff --git a/tagger2/style.css b/tagger2/style.css index 8333bfd03..a3589213b 100644 --- a/tagger2/style.css +++ b/tagger2/style.css @@ -2,6 +2,8 @@ body { font-family: sans-serif; margin: 0; } +h1,h2,h3 { margin-top: 0; margin-bottom: 0; } +.frame h1, .frame h2, .frame h3 { margin-top: 5px; margin-bottom: 5px; } .tag-error { background-color: #f88f7e; padding: 2px; } .tag-warn { color: #c0a007; } @@ -16,4 +18,4 @@ body { .frame { margin: 5px; padding: 5px; border: 1px solid black; } .panel { margin: 5px; padding: 5px; } -.sample { font-size: 25pt; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; } \ No newline at end of file +.sample { font-size: 25pt; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; margin-top: 5px; margin-bottom: 5px; } \ No newline at end of file