Remove css form stats templates

This commit is contained in:
delliott 2024-08-23 12:32:21 +02:00
parent 7bedb910b8
commit 8356483967
Signed by: delliott
SSH Key Fingerprint: SHA256:h5IC6Ec/o6ypmpM7ZdRqULGyG8dz4Jr5K192BAWAjoo
4 changed files with 8 additions and 16 deletions

View File

@ -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;
}

View File

@ -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";

View File

@ -2,14 +2,6 @@
<html external="true">
<version>0</version>
<head>
<style>
div.scrollbox {
max-height: 30em;
width=100%;
overflow-x: scroll;
overflow-y: scroll;
}
</style>
<title>Build Status</title>
</head>
<body>

View File

@ -2,14 +2,6 @@
<html external="true">
<version>0</version>
<head>
<style>
div.scrollbox {
max-height: 30em;
width=100%;
overflow-x: scroll;
overflow-y: scroll;
}
</style>
<title>Build Status</title>
</head>
<body>