Fix linter warnings

This commit is contained in:
Nick 2019-11-06 20:36:55 -06:00
parent 4a9081bde0
commit 11b70e6dd2
1 changed files with 0 additions and 13 deletions

View File

@ -132,7 +132,6 @@ table th[scope=row] {
} }
div.curve { div.curve {
float: left;
display: inline; display: inline;
} }
@ -142,14 +141,6 @@ div.chart {
display: inline; display: inline;
} }
div.chart > canvas.curve {
}
div.chart > canvas.table {
}
#engineForm { #engineForm {
display: table; display: table;
} }
@ -179,10 +170,6 @@ input:focus:invalid {
color: red; color: red;
} }
span#literMargin input {
/* display: none; */
}
ul.supportList { ul.supportList {
list-style: none; list-style: none;
padding: 0; padding: 0;