lancew/DojoList

View on GitHub
css/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#sidebar {
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-submit {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#footer a {
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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#menu .current_page_item a {
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

Don't use IDs in selectors.
Open

#sidebar p {
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

Don't use IDs in selectors.
Open

#calendar table {
Severity: Minor
Found in css/style.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

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#search form {
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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#sidebar li li {
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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#page-bgtop {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#logo {
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

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

2 IDs in the selector, really?
Open

#calendar tfoot #next {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#calendar tbody td {
Severity: Minor
Found in css/style.css by csslint

2 IDs in the selector, really?
Open

#calendar tfoot #prev {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

#calendar tfoot td {
Severity: Minor
Found in css/style.css by csslint

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

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

2 IDs in the selector, really?
Open

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

Don't use IDs in selectors.
Open

#calendar thead th {
Severity: Minor
Found in css/style.css by csslint

Element (img.left) is overqualified, just use .left without element name.
Open

img.left {
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

Values of 0 shouldn't have units specified.
Open

    padding: 0px 0px 0px 5px;
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

Element (img.right) is overqualified, just use .right without element name.
Open

img.right {
Severity: Minor
Found in css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Element (li.alt) is overqualified, just use .alt without element name.
Open

.list1 li.alt img {
Severity: Minor
Found in css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

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

Rule is empty.
Open

#sidebar li ul {
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

Rule is empty.
Open

h3 { }
Severity: Minor
Found in css/style.css by csslint

Rule is empty.
Open

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

Rule is empty.
Open

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

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

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

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

    padding-right: 40px;
Severity: Minor
Found in css/style.css by csslint

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

    padding: 28px 25px 15px 25px;
Severity: Minor
Found in css/style.css by csslint

Using height 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

Rule is empty.
Open

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

Rule is empty.
Open

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

Rule is empty.
Open

ul, ol { }
Severity: Minor
Found in css/style.css by csslint

Rule is empty.
Open

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

Rule is empty.
Open

blockquote { }
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

Rule is empty.
Open

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

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 1px solid #24130F;
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

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

    border-left: 1px solid #24130F;
Severity: Minor
Found in css/style.css by csslint

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

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

Rule is empty.
Open

#calendar {
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

Heading (h1) has already been defined.
Open

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

Heading (h2) has already been defined.
Open

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

Heading (h3) has already been defined.
Open

h3 { }
Severity: Minor
Found in css/style.css by csslint

Heading (h1) has already been defined.
Open

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

Heading (h1) has already been defined.
Open

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

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

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

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

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

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

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

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

#page-bgtop {
Severity: Minor
Found in css/style.css by csslint

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

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

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

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

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

#search-submit {
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

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

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

h1, h2, h3 {
Severity: Minor
Found in css/style.css by csslint

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

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

Heading (h2) should not be qualified.
Open

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

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

p, ul, ol {
Severity: Minor
Found in css/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
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

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

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

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

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

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

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

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

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

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

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

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

Heading (h1) should not be qualified.
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

#menu {
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

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

#menu .current_page_item a {
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#calendar thead th {
Severity: Minor
Found in css/style.css by csslint

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

#calendar tbody td {
Severity: Minor
Found in css/style.css by csslint

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

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

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

#calendar tfoot td {
Severity: Minor
Found in css/style.css by csslint

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

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

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

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

There are no issues that match your filters.

Category
Status