git: 535b97c48d - main - Fix the CSS for legacy status reports

Allan Jude allanjude at FreeBSD.org
Fri May 7 19:29:51 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/doc/commit/?id=535b97c48dc46f44b404740727323e6692929e03

commit 535b97c48dc46f44b404740727323e6692929e03
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-05-07 19:29:21 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-05-07 19:29:21 +0000

    Fix the CSS for legacy status reports
    
    The header should be a fixed height, or it messes up the menu
    
    Sponsored-By:   Klara Inc.
---
 website/content/en/layout/css/layout.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/layout/css/layout.css b/website/content/en/layout/css/layout.css
index 58fac5571a..a65c65b488 100644
--- a/website/content/en/layout/css/layout.css
+++ b/website/content/en/layout/css/layout.css
@@ -29,7 +29,7 @@
 
 #header {
   position: relative;
-  height: 15%;
+  height: 75px;
   margin: 0;
   padding: 0;
   clear: both;


More information about the dev-commits-doc-all mailing list