crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    font-weight: bold;

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

    color: #c77405;

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

    border: 1px solid #cd0a0a;

Line should be indented with spaces, not tabs
Open

    color: #ffffff;

Color #ffffff should be written as #fff
Open

    color: #ffffff;

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

    color: #ffffff;

Line should be indented with spaces, not tabs
Open

    font-weight: normal;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    height: 16px;

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

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

Properties should be ordered background, filter, opacity
Open

    opacity: .5;

Prefer single quoted strings
Open

@import "mixins/keyframes";

Rule declaration should be followed by an empty line
Open

}

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

    color: #ffffff;

Prefer single quoted strings
Open

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

Line should be indented with spaces, not tabs
Open

    text-decoration: none;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    color: #ffffff;

Line should be indented with spaces, not tabs
Open

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