hpi-schuelerklub/workshop-portal

View on GitHub
app/assets/stylesheets/application_letters.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

ul#eating-habit--list > li {

Don't use IDs in selectors.
Open

#applicant_details dt {

Don't use IDs in selectors.
Open

ul#eating-habit--list {

Don't use IDs in selectors.
Open

#applicant_details dd {

display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
Open

    float: left;

Element (ul#eating-habit--list) is overqualified, just use #eating-habit--list without element name.
Open

ul#eating-habit--list {

Element (ul#eating-habit--list) is overqualified, just use #eating-habit--list without element name.
Open

ul#eating-habit--list > li {

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

img.eating-habit--icon {

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

#applicant_details dt {

There are no issues that match your filters.

Category
Status