kimjunh/giver-game

View on GitHub
public/stylesheets/new_style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#header {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Don't use IDs in selectors.
Open

#container {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px auto;
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 30px 0px;
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Expected (<font-style>) but found 'bold'.</font-style>
Open

    font-style: bold;
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Expected (<font-style>) but found 'bold'.</font-style>
Open

    font-style: bold;
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

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

#container {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

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

#header {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

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

.form-header {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

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

.field-form-group {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

There are no issues that match your filters.

Category
Status