mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 15:11:01 -05:00
Prefer single quoted strings
This commit is contained in:
@@ -201,7 +201,7 @@ p.stats {
|
||||
}
|
||||
|
||||
.location-not-set {
|
||||
background-image: image-url("location-not-set.en.png");
|
||||
background-image: image-url('location-not-set.en.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
height: 250px;
|
||||
|
||||
Reference in New Issue
Block a user