Fix wrong railway=tram rule order

This commit is contained in:
Ilya Zverev 2015-05-29 16:56:59 +03:00 committed by Alex Zolotarev
parent 2772ae846b
commit 083151ce2f
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
line[railway]
{
text-position: line;
}
line[highway=motorway_junction]
{
casing-width: 0;

View file

@ -1095,8 +1095,3 @@ node|z16-[railway=station]
{
icon-image: railway-station.svg;
}
line[railway]
{
text-position: line;
}