AgileVentures/LocalSupport

View on GitHub

Showing 792 of 792 total issues

Adjoining classes: .nav-collapse.collapse
Open

    .nav-collapse.collapse {

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

    .nav-collapse, .nav-collapse.collapse {

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

.textContainer div {

Don't use IDs in selectors.
Open

#git-container {

Don't use IDs in selectors.
Open

#git-container .git-item h2, .git-item h4, .git-item p, .git-item a  {

Use of !important
Open

    padding-left: 8px !important;

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

        border: 1px solid #ccc;

Element (div#container) is overqualified, just use #container without element name.
Open

div#container textarea {

Don't use IDs in selectors.
Open

#error_explanation ul li {

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

  box-sizing: border-box;

Adjoining classes: .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off
Open

.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,

Adjoining classes: .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active
Open

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,

Use of !important
Open

        float: none !important;

Heading (h2) should not be qualified.
Open

#git-container .git-item h2, .git-item h4, .git-item p, .git-item a  {

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

    padding: 10px;

Adjoining classes: .bootstrap-switch.bootstrap-switch-mini
Open

.bootstrap-switch.bootstrap-switch-mini {

Adjoining classes: .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container
Open

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {

Adjoining classes: .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container
Open

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {

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

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {

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

  filter: alpha(opacity=50);
Severity
Category
Status
Source
Language