mambax7/cardealer

View on GitHub
assets/css/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#about label, #about text {
Severity: Minor
Found in assets/css/style.css by csslint

Don't use IDs in selectors.
Open

#about label, #about text {
Severity: Minor
Found in assets/css/style.css by csslint

Don't use IDs in selectors.
Open

#about br {
Severity: Minor
Found in assets/css/style.css by csslint

Don't use IDs in selectors.
Open

#about label {
Severity: Minor
Found in assets/css/style.css by csslint

Element (table.cardealer) is overqualified, just use .cardealer without element name.
Open

table.cardealer {
Severity: Minor
Found in assets/css/style.css by csslint

Element (div.outer) is overqualified, just use .outer without element name.
Open

div.outer {
Severity: Minor
Found in assets/css/style.css by csslint

Using width with padding-right can sometimes make elements larger than you expect.
Open

    padding-right: 20px;
Severity: Minor
Found in assets/css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

table.cardealer {
Severity: Minor
Found in assets/css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#about label {
Severity: Minor
Found in assets/css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.outer {
Severity: Minor
Found in assets/css/style.css by csslint

There are no issues that match your filters.

Category
Status