mirror of https://github.com/rusefi/msqur.git
Fix linter warnings
This commit is contained in:
parent
4a9081bde0
commit
11b70e6dd2
|
@ -132,7 +132,6 @@ table th[scope=row] {
|
|||
}
|
||||
|
||||
div.curve {
|
||||
float: left;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
@ -142,14 +141,6 @@ div.chart {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
div.chart > canvas.curve {
|
||||
|
||||
}
|
||||
|
||||
div.chart > canvas.table {
|
||||
|
||||
}
|
||||
|
||||
#engineForm {
|
||||
display: table;
|
||||
}
|
||||
|
@ -179,10 +170,6 @@ input:focus:invalid {
|
|||
color: red;
|
||||
}
|
||||
|
||||
span#literMargin input {
|
||||
/* display: none; */
|
||||
}
|
||||
|
||||
ul.supportList {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue