remove global style overrides from visualizer
This commit is contained in:
parent
ccfe86729e
commit
109aaf2758
2 changed files with 1 additions and 9 deletions
|
@ -249,6 +249,7 @@
|
||||||
color: #eee;
|
color: #eee;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.match-card {
|
.match-card {
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
* {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
padding: 3px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue