kimjunh/giver-game

View on GitHub
public/stylesheets/home_style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#em-container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Don't use IDs in selectors.
Open

#text-container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Don't use IDs in selectors.
Open

#flash {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Don't use IDs in selectors.
Open

#links_container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

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

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

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

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

    padding: 20px;
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

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

#flash {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

.link {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

#text-container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

#links_container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

a {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

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

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

#em-container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

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

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

There are no issues that match your filters.

Category
Status