nesquena/gitdocs

View on GitHub

Showing 676 of 676 total issues

Adjoining classes: .label.notice
Open

.label.notice{background-color:#62cffc;}

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

.media-grid{margin-left:-20px;margin-bottom:0;zoom:1;}.media-grid:before,.media-grid:after{display:table;content:"";zoom:1;}

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

.media-grid a{float:left;padding:4px;margin:0 0 18px 20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}.media-grid a img{display:block;}

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

.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}

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

.popover .title{background-color:#f5f5f5;padding:9px 15px;line-height:1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-bottom:1px solid #eee;}

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

.tilt h1 {
Severity: Minor
Found in lib/gitdocs/public/css/tilt.css by csslint

Adjoining classes: .fade.in
Open

.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}

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

.tilt a:hover{
Severity: Minor
Found in lib/gitdocs/public/css/tilt.css by csslint

Heading (h1) should not be qualified.
Open

.tilt h1 {
Severity: Minor
Found in lib/gitdocs/public/css/tilt.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=80)'.</filter-function-list>
Open

.modal-backdrop,.modal-backdrop.fade.in{filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}

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

.modal{position:fixed;top:50%;left:50%;z-index:11000;width:560px;margin:-250px 0 0 -280px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.modal .close{margin-top:7px;}

Adjoining classes: .twipsy.left .twipsy-arrow
Open

.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}

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

.popover .inner{background:#000000;background:rgba(0, 0, 0, 0.8);padding:3px;overflow:hidden;width:280px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}

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

.popover{position:absolute;top:0;left:0;z-index:1000;padding:5px;display:none;}.popover.above .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}

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

  -webkit-border-radius: 4px;
Severity: Minor
Found in lib/gitdocs/public/css/coderay.css by csslint

Missing standard property 'border-radius' to go along with '-moz-border-radius'.
Open

  -moz-border-radius: 4px;
Severity: Minor
Found in lib/gitdocs/public/css/coderay.css by csslint

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

body .contents .tilt {
Severity: Minor
Found in lib/gitdocs/public/css/tilt.css by csslint

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

.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}

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

.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}

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

.label{padding:1px 3px 2px;font-size:9.75px;font-weight:bold;color:#ffffff;text-transform:uppercase;white-space:nowrap;background-color:#bfbfbf;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.label.important{background-color:#c43c35;}
Severity
Category
Status
Source
Language