mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fixes placement of .tag-barrier-hedge css line
This commit is contained in:
@@ -23,11 +23,11 @@ path.stroke.old-multipolygon {
|
||||
|
||||
/* Green things */
|
||||
path.stroke.tag-landuse,
|
||||
path.stroke.tag-barrier-hedge,
|
||||
path.stroke.tag-natural,
|
||||
path.stroke.tag-leisure-nature_reserve,
|
||||
path.stroke.tag-leisure-pitch,
|
||||
path.stroke.tag-leisure-park {
|
||||
path.stroke.tag-leisure-park,
|
||||
path.stroke.tag-barrier-hedge {
|
||||
stroke: rgb(140, 208, 95);
|
||||
}
|
||||
path.fill.tag-landuse,
|
||||
@@ -275,4 +275,3 @@ path.fill.tag-natural-glacier {
|
||||
border-color: rgb(170, 170, 170);
|
||||
background: rgba(170, 170, 170, 0.3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user