NMandapaty/ArcticVoice

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

Summary

Maintainability
Test Coverage

Use of !important
Open

  color: black !important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Don't use IDs in selectors.
Open

#main, #main>.row {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Don't use IDs in selectors.
Open

#left {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Don't use IDs in selectors.
Open

#main>.row {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Don't use IDs in selectors.
Open

#main, #main>.row {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Don't use IDs in selectors.
Open

#map-canvas {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Use of !important
Open

    margin-left: 0px! important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Use of !important
Open

    margin-right: 0px !important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-left: 0px! important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-right: 0px !important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-top: 0px;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    right: 0px;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

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

#main>.row {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

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

.navbar-custom .form-control:focus {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

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

#map-canvas {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

There are no issues that match your filters.

Category
Status