]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix heading spacing on the home page.
authorMichael R Sweet <msweet@msweet.org>
Tue, 1 Apr 2025 23:29:50 +0000 (19:29 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 1 Apr 2025 23:29:50 +0000 (19:29 -0400)
doc/cups.css

index b29e547717b587d19947100cd9ff0049fe8be50d..f13e8cb2c4b2f01c8208cb2c24f40152a92a306b 100644 (file)
@@ -55,7 +55,7 @@
   margin-top: 65px;
   padding: 20px;
 }
-.row .cups-body {
+.cups-body .row {
   padding: 0;
 }
 
   margin-left: 0;
 }
 
-.row .thirds h1, .row .halves h1 {
+.row .thirds h1, .row .halves h1, .row h1 {
   margin-top: 0;
 }