tmcgee/cmv-widgets

View on GitHub
css/cmv.css

Summary

Maintainability
Test Coverage

Values of 0 shouldn't have units specified.
Open

    background-position: 0px 8px;
Severity: Minor
Found in css/cmv.css by csslint

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

    padding-top: 4em;
Severity: Minor
Found in css/cmv.css by csslint

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

    border: 1px solid #999;
Severity: Minor
Found in css/cmv.css by csslint

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

    border: 1px solid #999;
Severity: Minor
Found in css/cmv.css by csslint

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

    padding: 8px;
Severity: Minor
Found in css/cmv.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(0,0,0,0.8);
Severity: Minor
Found in css/cmv.css by csslint

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

html, body {
Severity: Minor
Found in css/cmv.css by csslint

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

.navbar-default .navbar-brand {
Severity: Minor
Found in css/cmv.css by csslint

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

.example {
Severity: Minor
Found in css/cmv.css by csslint

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

a {
Severity: Minor
Found in css/cmv.css by csslint

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

.splash h2 {
Severity: Minor
Found in css/cmv.css by csslint

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

.splash h1 {
Severity: Minor
Found in css/cmv.css by csslint

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

.splash {
Severity: Minor
Found in css/cmv.css by csslint

Heading (h1) should not be qualified.
Open

.splash h1 {
Severity: Minor
Found in css/cmv.css by csslint

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

body {
Severity: Minor
Found in css/cmv.css by csslint

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

.splash p {
Severity: Minor
Found in css/cmv.css by csslint

Heading (h2) should not be qualified.
Open

.splash h2 {
Severity: Minor
Found in css/cmv.css by csslint

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

.navbar-default {
Severity: Minor
Found in css/cmv.css by csslint

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

.example img {
Severity: Minor
Found in css/cmv.css by csslint

There are no issues that match your filters.

Category
Status