Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 19:29:51 GMT
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 535b97c48d - main - Fix the CSS for legacy status reports
Message-ID:  <202105071929.147JTplf046607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by allanjude:

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

commit 535b97c48dc46f44b404740727323e6692929e03
Author:     Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2021-05-07 19:29:21 +0000
Commit:     Allan Jude <allanjude@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105071929.147JTplf046607>