mambax7/adslight

View on GitHub
assets/css/galery.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

ul#album_photos:after {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

img#thumb:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

form#submitpicture {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

form#editform {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

img#thumb {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

form#deleteform {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li div.photo_in_album a:hover img {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li div.photo_in_album a:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li div.photo_in_album:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li div.photo_in_album img {
Severity: Minor
Found in assets/css/galery.css by csslint

Don't use IDs in selectors.
Open

ul#album_photos li div.photo_in_album {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (form#editform) is overqualified, just use #editform without element name.
Open

form#editform {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li div.photo_in_album a:hover img {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (form.lado) is overqualified, just use .lado without element name.
Open

form.lado {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos:after) is overqualified, just use #album_photos without element name.
Open

ul#album_photos:after {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (form#deleteform) is overqualified, just use #deleteform without element name.
Open

form#deleteform {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (form#submitpicture) is overqualified, just use #submitpicture without element name.
Open

form#submitpicture {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li div.photo_in_album {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li div.photo_in_album:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li div.photo_in_album img {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (ul#album_photos) is overqualified, just use #album_photos without element name.
Open

ul#album_photos li div.photo_in_album a:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (img#thumb) is overqualified, just use #thumb without element name.
Open

img#thumb {
Severity: Minor
Found in assets/css/galery.css by csslint

Element (img#thumb:hover) is overqualified, just use #thumb without element name.
Open

img#thumb:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

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

    padding: 2px;
Severity: Minor
Found in assets/css/galery.css by csslint

Rule is empty.
Open

form#deleteform {
Severity: Minor
Found in assets/css/galery.css by csslint

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

    border: 1px dotted #999999;
Severity: Minor
Found in assets/css/galery.css by csslint

Rule is empty.
Open

form#editform {
Severity: Minor
Found in assets/css/galery.css by csslint

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

.yogerrors {
Severity: Minor
Found in assets/css/galery.css by csslint

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

ul#album_photos:after {
Severity: Minor
Found in assets/css/galery.css by csslint

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

ul#album_photos li {
Severity: Minor
Found in assets/css/galery.css by csslint

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

ul#album_photos li div.photo_in_album img {
Severity: Minor
Found in assets/css/galery.css by csslint

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

img#thumb {
Severity: Minor
Found in assets/css/galery.css by csslint

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

ul#album_photos li div.photo_in_album {
Severity: Minor
Found in assets/css/galery.css by csslint

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

ul#album_photos {
Severity: Minor
Found in assets/css/galery.css by csslint

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

form.lado {
Severity: Minor
Found in assets/css/galery.css by csslint

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

img#thumb:hover {
Severity: Minor
Found in assets/css/galery.css by csslint

There are no issues that match your filters.

Category
Status