commit: 6bc98f8c14ae3097c19cb3b1ce861e8d18e50b58
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 10:05:16 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 10:05:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6bc98f8c
offline.css: Add vertical margin to header and footer.
This should make a visible difference only for the top margin of
the footer.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
offline.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/offline.css b/offline.css
index 85dfa56..463eebc 100644
--- a/offline.css
+++ b/offline.css
@@ -10,7 +10,7 @@ body {
header, footer {
padding: 0.75em 1em;
- margin: 0;
+ margin: 1em 0;
background-color: #e1e1e1;
}