hpi-swt2/workshop-portal

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

#notice {
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

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

Use of !important
Open

    color: black !important;
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

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

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:not(.btn) { color: #fff; background-color:#000; }
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

There are no issues that match your filters.

Category
Status