BerniWittmann/spielplanismaning

View on GitHub

Showing 351 of 353 total issues

The property -ms-box-align is compatible with -webkit-box-align and should be included as well.
Open

    -webkit-box-align: center;
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

.ergebnis .ergebnis-points {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(255, 0, 0, 0.3);
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

.gruppe-container {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

    padding: 0 5px 5px;
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

.spielHZInput {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

Don't use IDs in selectors.
Open

#page {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

.spiel-nummer-input {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

    border: 1px solid #ddd;
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

#page {
Severity: Minor
Found in src/public/stylesheets/style.css by csslint

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

    padding: 0 5px 5px;
Severity: Minor
Found in src/public/stylesheets/style.css by csslint
Severity
Category
Status
Source
Language