Remove css form stats templates
This commit is contained in:
parent
7bedb910b8
commit
8356483967
7
look/elements/scrollbox.less
Normal file
7
look/elements/scrollbox.less
Normal 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;
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user