CommunityGrows/communitygrows

View on GitHub
app/assets/stylesheets/base.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#flashNotice {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

table#invisible {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

#navbar {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

#calendar_html {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

#accordion {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

#navbar.navbar-collapse {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Don't use IDs in selectors.
Open

#announcements {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Element (table#invisible) is overqualified, just use #invisible without element name.
Open

table#invisible {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

    -moz-border-radius: 6px 0 0 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

  -webkit-border-radius: 0 0 0 6px;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

  -moz-border-radius: 0 0 6px 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

    -webkit-border-radius: 6px 0 0 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

    -webkit-border-radius: 0 6px 0 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

  -webkit-border-radius: 0 0 6px 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

    -moz-border-radius: 0 6px 0 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

  -moz-border-radius: 0 0 0 6px;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

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

Rule is empty.
Open

html, body {}
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

    padding: 1px;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

    padding: 1px;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

table {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

#flashNotice {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

.bottom-bar {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Heading (h1) should not be qualified.
Open

.content h1 {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

#announcements {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

#accordion {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

.document_content {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

Outlines should only be modified using :focus.
Open

#calendar_html {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

#calendar_html {
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

There are no issues that match your filters.

Category
Status