forked from mirrors/bookwyrm
[lint] fix indentation in CSS files.
This commit is contained in:
parent
fc16211125
commit
420a33d79f
2 changed files with 64 additions and 64 deletions
|
@ -66,7 +66,7 @@
|
||||||
}
|
}
|
||||||
.form-rate-stars label.icon:hover:before {
|
.form-rate-stars label.icon:hover:before {
|
||||||
content: '\e9d9';
|
content: '\e9d9';
|
||||||
}
|
}
|
||||||
.form-rate-stars label.icon:hover ~ label.icon:before{
|
.form-rate-stars label.icon:hover ~ label.icon:before{
|
||||||
content: '\e9d7';
|
content: '\e9d7';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue