altereagle/arc.app-example

View on GitHub

Showing 75 of 75 total issues

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

    border-right: 1px solid #e5e5ee;
Severity: Minor
Found in docs/docco.css by csslint

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

@font-face {
Severity: Minor
Found in docs/docco.css by csslint

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

pre, tt, code {
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'border-bottom-left-radius' to go along with '-webkit-border-bottom-left-radius'.
Open

  -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to {
Severity: Minor
Found in docs/docco.css by csslint

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

pre code {
Severity: Minor
Found in docs/docco.css by csslint

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: textfield; /* 1 */

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: content-box;

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

ul.sections {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page .source:hover {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page .source:first-child {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Element (td.linenos) is overqualified, just use .linenos without element name.
Open

td.linenos { background-color: #f0f0f0; padding-right: 10px; }
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'box-shadow' to go along with '-moz-box-shadow'.
Open

  -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777;
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to, #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[hidden] {

Don't use IDs in selectors.
Open

#jump_to a.large {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_to a.small {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to a.small {
Severity: Minor
Found in docs/docco.css by csslint
Severity
Category
Status
Source
Language