crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    top: 50%;

Use // comments everywhere
Open

/* TR overrides */

Line should be indented with spaces, not tabs
Open

    border-bottom-width: 0;

Line should be indented with spaces, not tabs
Open

    padding: 0;

Merge rule .ui-tabs .ui-tabs-nav li a with rule on line 732
Open

.ui-tabs .ui-tabs-nav li a {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

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

    color: #333333;

Line should be indented with spaces, not tabs
Open

    border: 1px solid #e78f08;

Line should be indented with spaces, not tabs
Open

    clear: left;

Line should be indented with spaces, not tabs
Open

    left: auto;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    position: absolute;

Shorthand form for property margin should be written more concisely as -10px 0 0 instead of -10px 0 0 0
Open

    margin: -10px 0 0 0;

Line should be indented with spaces, not tabs
Open

    overflow: auto;

Shorthand form for property border-width should be written more concisely as 1px 0 0 instead of 1px 0 0 0
Open

    border-width: 1px 0 0 0;

Properties should be ordered cursor, margin
Open

    margin: .5em .4em .5em 0;

Rule declaration should be followed by an empty line
Open

}

Merge rule .ui-menu .ui-menu-item a with rule on line 527
Open

.ui-menu .ui-menu-item a {

Line should be indented with spaces, not tabs
Open

    position: relative;
Severity
Category
Status
Source
Language