Showing 6,062 of 6,062 total issues
Line should be indented with spaces, not tabs Open
Open
background-image: image-url("jquery/ui/ui-icons_222222_256x240.png");
- 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
filter: Alpha(Opacity=50);
- Create a ticketCreate a ticket
- Exclude checks
Opacity=20
should be written with a single space on each side of the operator: Opacity = 20
Open
Open
filter: Alpha(Opacity=20);
- Create a ticketCreate a ticket
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$popover-arrow-outer-color: rgba(0,0,0,.25);
- Create a ticketCreate a ticket
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: inline-block;
- Create a ticketCreate a ticket
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
vertical-align: middle;
- Create a ticketCreate a ticket
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: 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
Rule declaration should be followed by an empty line Open
Open
}
- 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
border: 1px solid #fbcb09;
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #363636
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #363636;
- Create a ticketCreate a ticket
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:Alpha(Opacity=70);
- Create a ticketCreate a ticket
- Exclude checks
Merge rule .ui-state-disabled .ui-icon
with rule on line 61 Open
Open
.ui-state-disabled .ui-icon {
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-top-right-radius: 4px;
- Create a ticketCreate a ticket
- Exclude checks