igrigorik/vimgolf

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

Summary

Maintainability
Test Coverage

Element (li.L2) is overqualified, just use .L2 without element name.
Open

li.L2,
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (li.L8) is overqualified, just use .L8 without element name.
Open

li.L8 { list-style-type: none }
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (li.L0) is overqualified, just use .L0 without element name.
Open

li.L0,
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (li.L9) is overqualified, just use .L9 without element name.
Open

li.L9 { background: #eee }
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (pre.prettyprint) is overqualified, just use .prettyprint without element name.
Open

pre.prettyprint { padding: 1em; border: 1px solid #888 }
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (ol.linenums) is overqualified, just use .linenums without element name.
Open

ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

Element (li.L6) is overqualified, just use .L6 without element name.
Open

li.L6,
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

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

pre.prettyprint { padding: 1em; border: 1px solid #888 }
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

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

ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
Severity: Minor
Found in app/assets/stylesheets/prettify.css by csslint

There are no issues that match your filters.

Category
Status