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

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    border: none;

Properties should be ordered cursor, display, font-size, height, margin, overflow, padding, position, right, text-align, width
Open

    width: 16px;

Avoid qualifying class selectors with an element.
Open

.ui-spinner a.ui-spinner-button {

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

Line should be indented with spaces, not tabs
Open

    background-position: -65px -16px;

Line should be indented with spaces, not tabs
Open

    margin: 0;

Properties should be ordered border-bottom-width, float, list-style, margin, padding, position, top, white-space
Open

    list-style: none;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    padding-bottom: 1px;

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

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

Color #333333 should be written as #333
Open

    color: #333333;

Line should be indented with spaces, not tabs
Open

    color: #ffffff;

Use // comments everywhere
Open

/* Interaction states

Properties should be ordered background, border, color, font-weight
Open

    border: 1px solid #fbcb09;

Line should be indented with spaces, not tabs
Open

    background: #fdf5ce image-url("jquery/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;

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

    color: #eb8f00;

Colon after property should be followed by one space
Open

    filter:Alpha(Opacity=35);

Opacity=35 should be written with a single space on each side of the operator: Opacity = 35
Open

    filter:Alpha(Opacity=35);
Severity
Category
Status
Source
Language