qcubed/framework

View on GitHub
assets/php/examples/includes/examples.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#viewSource { border: 1px solid #d90d0d; border-radius: 3px; background: #780000; color: #FFF; line-height: 2; }

Don't use IDs in selectors.
Open

#instructions.full { float: none; width: auto; }

Don't use IDs in selectors.
Open

#instructions h1 { color: #330000; margin: 0; padding: 0; }

Don't use IDs in selectors.
Open

#demoZone { border: 1px solid #f6f6f6; border-radius: 3px; min-height: 400px; overflow: auto; position: relative; padding: 10px; }

Don't use IDs in selectors.
Open

#instructions { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; margin:10px auto; padding: 1%; }

Don't use IDs in selectors.
Open

#instructions code { background: #fff; border: 1px solid #ccc; }

Don't use IDs in selectors.
Open

    #viewSource { float: right; }

Don't use IDs in selectors.
Open

    #demoZone { float: left; margin: 10px 0 10px 10px; width: 46%; }

Don't use IDs in selectors.
Open

    #instructions { float: left;  width: 42%; }

Don't use IDs in selectors.
Open

#demoZone.full { float: none; width: auto; min-height: 0px; }

Values of 0 shouldn't have units specified.
Open

#demoZone.full { float: none; width: auto; min-height: 0px; }

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

.data_repeater_example { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; float: left; margin: 10px; padding: 10px; width: 33%; }

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

.data_repeater_example { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; float: left; margin: 10px; padding: 10px; width: 33%; }

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

#demoZone.full { float: none; width: auto; min-height: 0px; }

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

.main-navigator .selected { color: #FFF; font-weight: 700; text-transform: uppercase; text-decoration: underline; }

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

#demoZone { border: 1px solid #f6f6f6; border-radius: 3px; min-height: 400px; overflow: auto; position: relative; padding: 10px; }

Heading (h1) should not be qualified.
Open

#instructions h1 { color: #330000; margin: 0; padding: 0; }

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

#viewSource { border: 1px solid #d90d0d; border-radius: 3px; background: #780000; color: #FFF; line-height: 2; }

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

.main-info { padding: 10px 20px; background-color: #F6F6F6; margin:0 auto 10px; border:1px solid #dedede; border-radius: 0 0 3px 3px; }

There are no issues that match your filters.

Category
Status