From ffc3e76b20416ab7e498140db912577017e609e3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 10 Jan 2023 19:26:03 +0000 Subject: [PATCH] Remove the Summit CFP banner now that it is closed Today marks the official end of the 2023 OpenInfra Summit CFP, so we can remove the banner promoting it. This mostly reverts f5e065fe71785ad778233e36a19d77025057438f but leaves some of the CSS in place in order to support easier addition and removal of banner content in the future. Ideally we'd find a balance where we don't need further CSS edits, but... Change-Id: I2295eac28ce4e2e47ad8f3a280dd6a4c2e41f849 --- www/assets/css/main.css | 10 +++++++--- www/index.html | 11 ----------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/www/assets/css/main.css b/www/assets/css/main.css index 222e51e..350a3c5 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -1943,8 +1943,12 @@ input[type="button"], margin-left: 1em; margin-top: 1em; } #banner header { + position: absolute; + bottom: 30%; + left: 0; + width: 100%; color: #071d49; - margin: 6%; } + padding: 1.5em 0; } #banner header h2 { display: inline-block; margin: 0; @@ -2327,7 +2331,7 @@ input[type="button"], /* Banner */ #banner { - height: auto; } + height: 18em; } /* Wrapper */ .wrapper { @@ -2368,7 +2372,7 @@ input[type="button"], /* Banner */ #banner { - height: auto; } + height: 20em; } #banner header { padding: 20px; } diff --git a/www/index.html b/www/index.html index 58ad77f..706a36e 100644 --- a/www/index.html +++ b/www/index.html @@ -72,17 +72,6 @@