[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 17/22] website: global.css: fix titles top and down margins
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 17/22] website: global.css: fix titles top and down margins |
Date: |
Fri, 20 Dec 2024 22:24:12 +0100 |
From: Adrien 'neox' Bourmault <neox@gnu.org>
Without this fix, if there is a table and a heading right after it,
the heading will be stuck to the bottom of the table.
This is for instance visible in "GNU Boot 0.1 RC3 status" in
website/site/software/gnuboot/web/status.html where the "Stability:"
h2 is stuck to the bottom of the GNU Boot 0.1 RC3 status table.
This commit corrects this by using simple margins.
Signed-off-by: Adrien 'neox' Bourmault <neox@gnu.org>
GNUtoo: improved commit message.
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/global.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/website/pages/global.css b/website/pages/global.css
index 59eb4816..0a348f90 100644
--- a/website/pages/global.css
+++ b/website/pages/global.css
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2021 Leah Rowe <leah@libreboot.org>
+ * Copyright (C) 2024 Adrien ‘neox’ Bourmault <neox@gnu.org>
*
* Permission is granted to copy, distribute and/or modify this document
* under the terms of the GNU Free Documentation License, Version 1.3
@@ -33,6 +34,10 @@ code,pre,#TOC,a:hover{background:#eee}
font-family:sans-serif;
line-height:1.4
}
+h1,h2,h3,h4 {
+ margin-top:1.2em;
+ margin-bottom:0.6em;
+}
a{color:#22d}
.title>*, header ul>li, .nav ul>li,
#footer ul>li, .h:hover>*
--
2.46.0
- [PATCH v1 05/22] website: status: D945GCLF/D945GCLF2D: mention missing high resolution graphics images., (continued)
- [PATCH v1 05/22] website: status: D945GCLF/D945GCLF2D: mention missing high resolution graphics images., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 07/22] website: status: GA-G41M-ES2L: mention missing high resolution graphics images., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 03/22] website: status: KGPE-D16: mention missing high resolution graphics images., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 08/22] website: status: D945GCLF/D945GCLF2D: mention missing GRUB images., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 14/22] website: status: KCMA-D8: split status in ECC/non-ECC., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 16/22] website: status: 0.1 RC5: set KGPE-D16 with GRUB and ECC RAM as tested., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 15/22] website: status: RC4/RC5: cosmetics: align cell text top-left., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 11/22] release: tests: whitespace fixes., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 19/22] website: status: 0.1 RC4: mark Vikings D16 as tested, Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 12/22] release: tests: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 17/22] website: global.css: fix titles top and down margins,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 09/22] website: status: KFSN4-DRE: mention missing GRUB images., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 13/22] website: status: KGPE-D16: split status in ECC/non-ECC., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 22/22] website: docs: install: index: add Spanish translation., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 20/22] website: docs: index: add Spanish translation., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 18/22] website: status: RC4: mark Asus D16, Lenovo R400 and T500 as tested, Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 10/22] release: tests: add debug images to the list of expected files., Denis 'GNUtoo' Carikli, 2024/12/20
- [PATCH v1 21/22] website: index: add French translation., Denis 'GNUtoo' Carikli, 2024/12/20
- Re: [PATCH v1 00/22] Fix release tests with debug images + website patches, Adrien 'neox' Bourmault, 2024/12/28