crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    background-image: image-url("jquery/ui/ui-icons_222222_256x240.png");

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    filter: Alpha(Opacity=50);

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

    filter: Alpha(Opacity=20);

Commas in function arguments should be followed by one space
Open

$popover-arrow-outer-color: rgba(0,0,0,.25);

Commas in function arguments should be followed by one space
Open

$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);

Prefer single quoted strings
Open

@import "jquery";

Line should be indented with spaces, not tabs
Open

    display: inline-block;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    padding: 0;

Line should be indented with spaces, not tabs
Open

    vertical-align: middle;

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

    border-bottom: none;

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    border: 1px solid #fbcb09;

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

    color: #363636;

Colon after property should be followed by one space
Open

    filter:Alpha(Opacity=70);

Merge rule .ui-state-disabled .ui-icon with rule on line 61
Open

.ui-state-disabled .ui-icon {

Line should be indented with spaces, not tabs
Open

    border-top-right-radius: 4px;
Severity
Category
Status
Source
Language