Remove css form stats templates

This commit is contained in:
2024-08-23 13:52:18 +02:00
parent 7bedb910b8
commit 8356483967
4 changed files with 8 additions and 16 deletions
+7
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;
}
+1
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";
@@ -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>
@@ -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>