XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/templates/vendor/bootstrap-ie9.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  display: block !important;

Use of !important
Open

  display: block !important;

Use of !important
Open

  display: inline-block !important;

Values of 0 shouldn't have units specified.
Open

  min-height: 0%;

Attribute selectors with ^= are slow!
Open

[class^="justify-content-"] div {

Attribute selectors with $= are slow!
Open

.img-fluid[src$=".svg"] {

Missing standard property 'transform' to go along with '-ms-transform'.
Open

  -ms-transform: translateX(0.75rem);

Missing standard property 'transform' to go along with '-ms-transform'.
Open

  -ms-transform: translate(0, -25%);

Missing standard property 'transform' to go along with '-ms-transform'.
Open

  -ms-transform: translate(0, 0);

Adjoining classes: .btn-link.disabled
Open

.btn-link.disabled,

Adjoining classes: .modal.show .modal-dialog
Open

.modal.show .modal-dialog {

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

  -ms-transform: translateX(0.75rem);

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

  -ms-transform: translate(0, 0);

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

  -ms-transform: translate(0, -25%);

Adjoining classes: .modal.fade .modal-dialog
Open

.modal.fade .modal-dialog {

Expected (auto | none | inter-word | inter-ideograph | inter-cluster | distribute | kashida) but found 'distribute-all-lines'.
Open

  text-justify: distribute-all-lines;

Expected (auto | none | inter-word | inter-ideograph | inter-cluster | distribute | kashida) but found 'distribute-all-lines'.
Open

  text-justify: distribute-all-lines;

float can't be used with display: inline-block.
Open

  float: right;

float can't be used with display: inline-block.
Open

  float: right;

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

.justify-content-end div {

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

.justify-content-center div {

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

.nav-link {

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

.justify-content-between div {

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

.justify-content-around div {

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

.progress-bar {

There are no issues that match your filters.

Category
Status