git: 535b97c48d - main - Fix the CSS for legacy status reports
Allan Jude <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=535b97c48dc46f44b404740727323e6692929e03 commit 535b97c48dc46f44b404740727323e6692929e03 Author: Allan Jude <[email protected]> AuthorDate: 2021-05-07 19:29:21 +0000 Commit: Allan Jude <[email protected]> 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; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"