SwordElucidator/American-parliamentary-debate-society

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

Summary

Maintainability
Test Coverage

Element (div.form) is overqualified, just use .form without element name.
Open

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

Element (div.login) is overqualified, just use .login without element name.
Open

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

Element (div.transbox) is overqualified, just use .transbox without element name.
Open

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

Expected (<filter-function-list> | none) but found 'alpha(opacity=30)'.</filter-function-list>
Open

      filter: alpha(opacity=30); /* For IE8 and earlier */
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status