NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

Unknown property 'mask-type'.
Open

    mask-type: luminance;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Use of !important
Open

    margin-left: 0px! important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Don't use IDs in selectors.
Open

#map-canvas {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

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

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

body {font-size:82%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

Heading (h1) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

Heading (h5) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

Heading (h6) has already been defined.
Open

h6 {font-size:1em;font-weight:bold;}

Heading (h2) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

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

textarea {width:390px;height:250px;padding:5px;}

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

fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}

Outlines should only be modified using :focus.
Open

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

Background image 'images/ui-icons_454545_256x240.png' was used multiple times, first declared at line 331, col 53.
Open

.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }

Element (input.radio) is overqualified, just use .radio without element name.
Open

input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

Don't use IDs in selectors.
Open

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

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

.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}

Don't use IDs in selectors.
Open

#cboxLoadedContent{overflow:auto;}

Outlines should only be modified using :focus.
Open

.ui-widget :active { outline: none; }
Severity
Category
Status
Source
Language