CommunityGrows/communitygrows

View on GitHub

Showing 187 of 187 total issues

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 '-webkit-border-radius'.
Open

    -webkit-border-radius: 6px 0 0 0;
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

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

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

.console {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

Outlines should only be modified using :focus.
Open

.input {
Severity: Minor
Found in app/assets/stylesheets/login.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

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

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

Don't use IDs in selectors.
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

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

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

    box-sizing: border-box;
Severity: Minor
Found in app/assets/stylesheets/login.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

Outlines should only be modified using :focus.
Open

.submit_button {
Severity: Minor
Found in app/assets/stylesheets/login.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: 0 0 6px 0;
Severity: Minor
Found in app/assets/stylesheets/base.css by csslint

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

h2 {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

body {
Severity: Minor
Found in app/assets/stylesheets/login.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

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
Severity
Category
Status
Source
Language