From 8356483967653a8afa97926b6ed9ea7076e47dbc Mon Sep 17 00:00:00 2001 From: Darragh Elliott Date: Fri, 23 Aug 2024 12:32:21 +0200 Subject: [PATCH] Remove css form stats templates --- look/elements/scrollbox.less | 7 +++++++ look/fsfe.less | 1 + status.fsfe.org/fsfe.org/template.en.xhtml | 8 -------- status.fsfe.org/test.fsfe.org/template.en.xhtml | 8 -------- 4 files changed, 8 insertions(+), 16 deletions(-) create mode 100644 look/elements/scrollbox.less diff --git a/look/elements/scrollbox.less b/look/elements/scrollbox.less new file mode 100644 index 0000000000..0f0ddc1e74 --- /dev/null +++ b/look/elements/scrollbox.less @@ -0,0 +1,7 @@ +/* A div for holding enormous amounts of content that we want to scroll in x and y dirs */ +div.scrollbox { + max-height: 30em; + width: 100%; + overflow-x: scroll; + overflow-y: scroll; +} diff --git a/look/fsfe.less b/look/fsfe.less index 0012f3ffa9..2ae32b8e14 100644 --- a/look/fsfe.less +++ b/look/fsfe.less @@ -10,6 +10,7 @@ @import "elements/people"; @import "elements/podcast"; @import "elements/quotes"; +@import "elements/scrollbox"; @import "elements/search-box"; @import "elements/sharebuttons"; @import "elements/striped-table"; diff --git a/status.fsfe.org/fsfe.org/template.en.xhtml b/status.fsfe.org/fsfe.org/template.en.xhtml index 0905f61c5e..9bfac04477 100644 --- a/status.fsfe.org/fsfe.org/template.en.xhtml +++ b/status.fsfe.org/fsfe.org/template.en.xhtml @@ -2,14 +2,6 @@ 0 - Build Status diff --git a/status.fsfe.org/test.fsfe.org/template.en.xhtml b/status.fsfe.org/test.fsfe.org/template.en.xhtml index 0905f61c5e..9bfac04477 100644 --- a/status.fsfe.org/test.fsfe.org/template.en.xhtml +++ b/status.fsfe.org/test.fsfe.org/template.en.xhtml @@ -2,14 +2,6 @@ 0 - Build Status