]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Compact layout
authorSimon Cozens <simon@simon-cozens.org>
Fri, 18 Jul 2025 13:38:53 +0000 (14:38 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Fri, 18 Jul 2025 13:38:53 +0000 (14:38 +0100)
tagger2/style.css

index 8333bfd039127aa0690deb97798e4650ed9932bb..a3589213b64e7444cb2b652caa259ffb3d825cac 100644 (file)
@@ -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