Showing 75 of 75 total issues
Missing standard property 'border-bottom-left-radius' to go along with '-webkit-border-bottom-left-radius'. Open
Open
-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#jump_page .source {
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_page .source:hover {
- Exclude checks
The property -moz-appearance is compatible with -webkit-appearance and should be included as well. Open
Open
-webkit-appearance: button; /* 2 */
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_to a {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#jump_to, #jump_wrapper {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#jump_page_wrapper{
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_to a.large {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
@font-face {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
@font-face {
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_to a.small {
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_to, #jump_wrapper {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
ul.sections {
- Exclude checks
Missing standard property 'border-bottom-left-radius' to go along with '-moz-border-radius-bottomleft'. Open
Open
-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_wrapper {
- Exclude checks
2 IDs in the selector, really? Open
Open
#jump_to:hover #jump_wrapper {
- Exclude checks
Don't use IDs in selectors. Open
Open
#jump_page .source {
- Exclude checks
Element (td.linenos) is overqualified, just use .linenos without element name. Open
Open
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
@font-face {
- Exclude checks
Missing standard property 'box-shadow' to go along with '-moz-box-shadow'. Open
Open
-webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777;
- Exclude checks