pgaspar/oqfc

View on GitHub
public/css/main-responsive.css

Summary

Maintainability
Test Coverage

2 IDs in the selector, really?
Open

    #suggestions .suggestion-text h2, #entry #entry-text h2 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Don't use IDs in selectors.
Open

    #entry {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Don't use IDs in selectors.
Open

    #suggestions .suggestion-text h2, #entry #entry-text h2 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

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

        padding: 9px;
Severity: Minor
Found in public/css/main-responsive.css by csslint

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

        padding: 9px;
Severity: Minor
Found in public/css/main-responsive.css by csslint

Heading (h2) has already been defined.
Open

    #suggestions .suggestion-text h2, #entry #entry-text h2 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Heading (h1) should not be qualified.
Open

    .hero-unit .hero-unit-inner h1 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

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

    .hero-unit .hero-unit-inner input[type=text] {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Heading (h3) should not be qualified.
Open

    .hero-unit .hero-unit-footer h3 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Heading (h2) should not be qualified.
Open

    #suggestions .suggestion-text h2, #entry #entry-text h2 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

Heading (h2) should not be qualified.
Open

    #suggestions .suggestion-text h2, #entry #entry-text h2 {
Severity: Minor
Found in public/css/main-responsive.css by csslint

There are no issues that match your filters.

Category
Status