mambax7/publisher

View on GitHub
assets/css/trello.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    visibility: inherit !important;
Severity: Minor
Found in assets/css/trello.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in assets/css/trello.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in assets/css/trello.css by csslint

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

    padding: 12px;
Severity: Minor
Found in assets/css/trello.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-right: 0px;
Severity: Minor
Found in assets/css/trello.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

    padding: 0px;
Severity: Minor
Found in assets/css/trello.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 10px 10px 0px 10px;
Severity: Minor
Found in assets/css/trello.css by csslint

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

.status-card {
Severity: Minor
Found in assets/css/trello.css by csslint

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

.text-row {
Severity: Minor
Found in assets/css/trello.css by csslint

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

.ui-sortable-placeholder {
Severity: Minor
Found in assets/css/trello.css by csslint

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

.card-header {
Severity: Minor
Found in assets/css/trello.css by csslint

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

.task-board {
Severity: Minor
Found in assets/css/trello.css by csslint

There are no issues that match your filters.

Category
Status