lancew/DojoList

View on GitHub

Showing 1,940 of 1,940 total issues

Rule is empty.
Open

.post .links .comments {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#sidebar li {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#menu .first {
Severity: Minor
Found in css/style.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #333333;
Severity: Minor
Found in css/style.css by csslint

Heading (h1) should not be qualified.
Open

#logo h1 {
Severity: Minor
Found in css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#content {
Severity: Minor
Found in css/style.css by csslint

Heading (h1) has already been defined.
Open

h1,h2,h3,h4,h5,h6 {
Severity: Minor
Found in css/reset.css by csslint

Don't use IDs in selectors.
Open

#search fieldset {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#logo h1, #logo p {
Severity: Minor
Found in css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.post .title a {
Severity: Minor
Found in css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 0 0 0 0px;
Severity: Minor
Found in css/style.css by csslint

Heading (h2) has already been defined.
Open

h2 { font-size: 18px; }
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#menu a:hover { text-decoration: underline; }
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#search-text {
Severity: Minor
Found in css/style.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 3px 0 0 5px;
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#logo h1, #logo p {
Severity: Minor
Found in css/style.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

    padding-left: 22px;
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#header-wrapper {
Severity: Minor
Found in css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#menu ul {
Severity: Minor
Found in css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px;
Severity: Minor
Found in css/style.css by csslint
Severity
Category
Status
Source
Language