NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

margin can't be used with display: inline.
Open

    margin: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-end: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Heading (h2) has already been defined.
Open

h2 {font-size:2em;margin-bottom:0.75em;}

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

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}

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

.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }

Background image 'images/ui-icons_222222_256x240.png' was used multiple times, first declared at line 327, col 39.
Open

.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }

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

.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }

Background image 'colorbox/controls.png' was used multiple times, first declared at line 554, col 43.
Open

    #cboxMiddleLeft{width:14px; background:url(colorbox/controls.png) repeat-y -175px 0;}

Don't use IDs in selectors.
Open

        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

Values of 0 shouldn't have units specified.
Open

    padding: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-after: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-before: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-end: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

    -webkit-border-end: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    word-spacing: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -ms-box-direction is compatible with -webkit-box-direction and should be included as well.
Open

    -webkit-box-direction: normal;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -ms-box-lines is compatible with -webkit-box-lines and should be included as well.
Open

    -webkit-box-lines: single;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    outline: rgb(72, 72, 72) none 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Don't use IDs in selectors.
Open

#main, #main>.row {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Heading (h1) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
Severity
Category
Status
Source
Language