crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);

Line should be indented with spaces, not tabs
Open

    font-size: 0;

Rule declaration should be followed by an empty line
Open

}

Avoid qualifying class selectors with an element.
Open

.ui-menu .ui-menu-item a.ui-state-focus,

Line should be indented with spaces, not tabs
Open

    font-weight: normal;

Merge rule .ui-menu .ui-icon with rule on line 527
Open

.ui-menu .ui-icon {

Line should be indented with spaces, not tabs
Open

    top: -.3em;

Line should be indented with spaces, not tabs
Open

    cursor: default;

Line should be indented with spaces, not tabs
Open

    right: 0;

Merge rule .ui-spinner .ui-icon-triangle-1-s with rule on line 677
Open

.ui-spinner .ui-icon-triangle-1-s {

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    padding: .5em 1em;

Avoid qualifying class selectors with an element.
Open

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,

Rule declaration should be followed by an empty line
Open

}

Properties should be ordered background, border-width, display, padding
Open

    display: block;

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 5px #aaa;

Color literals like #eeeeee should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: #eeeeee image-url("jquery/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;

Line should be indented with spaces, not tabs
Open

    padding: 1px;

Shorthand form for property margin should be written more concisely as .7em 0 0 instead of .7em 0 0 0
Open

    margin: .7em 0 0 0;
Severity
Category
Status
Source
Language