datamolecule/door_mat

View on GitHub
app/assets/stylesheets/scaffold.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#error_explanation {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Don't use IDs in selectors.
Open

#error_explanation ul li {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Don't use IDs in selectors.
Open

#notice {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Don't use IDs in selectors.
Open

#error_explanation h2 {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

  border: 2px solid red;
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

  padding: 7px;
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

div.field, div.actions {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

div.field, div.actions {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin-bottom: 0px;
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

pre {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

a:hover { color: #fff; background-color:#000; }
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

Heading (h2) should not be qualified.
Open

#error_explanation h2 {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

#error_explanation h2 {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

#error_explanation {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

.field_with_errors {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

There are no issues that match your filters.

Category
Status