dpn-admin/dpn-sync

View on GitHub
app/public/stylesheets/main.css

Summary

Maintainability
Test Coverage

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

    border: 1px solid #ccc;
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

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

    padding: 2.08333333333%; /* 5px / 240px */
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

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

    padding: 2.25%; /* 18px / 800px */
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

The universal selector (*) is known to be slow.
Open

  * {
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

Heading (h1) has already been defined.
Open

  h1 {
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

Heading (h2) has already been defined.
Open

  h2 {
Severity: Minor
Found in app/public/stylesheets/main.css by csslint

There are no issues that match your filters.

Category
Status