csballz/koala-puree

View on GitHub
docs/jsdocs/styles/jsdoc-default.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    color: #999 !important;

Don't use IDs in selectors.
Open

#main {

margin can't be used with display: table-cell.
Open

    margin: 0px;

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

    border: 1px solid #ddd;

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

.details dt { width: 120px; float: left; padding-left: 10px;  padding-top: 6px; }

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

    src:

Adjoining classes: .prettyprint.linenums li.selected *
Open

.prettyprint.linenums li.selected *

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

    src:

Adjoining classes: .prettyprint.linenums ol
Open

.prettyprint.linenums ol

Adjoining classes: .prettyprint.linenums li *
Open

.prettyprint.linenums li *

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

    box-sizing: border-box;

Adjoining classes: .prettyprint.linenums
Open

.prettyprint.linenums

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -1000px;

Adjoining classes: .prettyprint.linenums li
Open

.prettyprint.linenums li

Adjoining classes: .prettyprint.linenums li.selected
Open

.prettyprint.linenums li.selected,

Adjoining classes: .prettyprint.source
Open

.prettyprint.source {

Values of 0 shouldn't have units specified.
Open

    margin: 0px;

Element (span.line) is overqualified, just use .line without element name.
Open

.prettyprint code span.line

The universal selector (*) is known to be slow.
Open

.prettyprint.linenums li.selected *

Values of 0 shouldn't have units specified.
Open

    padding: 0px 4px;

The universal selector (*) is known to be slow.
Open

.prettyprint.linenums li *

Heading (h4) has already been defined.
Open

h4

Heading (h2) has already been defined.
Open

h2, h3

Heading (h1) has already been defined.
Open

h1

Heading (h3) has already been defined.
Open

h2, h3

Heading (h3) has already been defined.
Open

h1, h2, h3, h4 {

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

.code-caption

Heading (h3) should not be qualified.
Open

nav h3 {

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

section

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

.important

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

.prettyprint

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

.params td, .params th, .props td, .props th

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

@font-face {

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

.params, .props

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

nav

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

.prettyprint code

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

html

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

footer {

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

h6

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

nav ul {

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

.details { margin-top: 14px; border-left: 2px solid #DDD; }

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

.details dt { width: 120px; float: left; padding-left: 10px;  padding-top: 6px; }

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

.signature-attributes {

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

h4

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

body

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

@font-face {

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

nav ul a, nav ul a:visited, nav ul a:active {

There are no issues that match your filters.

Category
Status