Showing 6,062 of 6,062 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: hidden;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: none;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered cursor, display, font-size, height, margin, overflow, padding, position, right, text-align, width Open
Open
width: 16px;
- Create a ticketCreate a ticket
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.ui-spinner a.ui-spinner-button {
- Create a ticketCreate a ticket
- Exclude checks
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-position: -65px -16px;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered border-bottom-width, float, list-style, margin, padding, position, top, white-space Open
Open
list-style: none;
- Create a ticketCreate a ticket
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding-bottom: 1px;
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #aaa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 0 0 5px #aaa;
- Create a ticketCreate a ticket
- Exclude checks
Color #333333
should be written as #333
Open
Open
color: #333333;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
color: #ffffff;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered background, border, color, font-weight Open
Open
border: 1px solid #fbcb09;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #fdf5ce image-url("jquery/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #eb8f00
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #eb8f00;
- Create a ticketCreate a ticket
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:Alpha(Opacity=35);
- Create a ticketCreate a ticket
- Exclude checks
Opacity=35
should be written with a single space on each side of the operator: Opacity = 35
Open
Open
filter:Alpha(Opacity=35);
- Create a ticketCreate a ticket
- Exclude checks