forked from organicmaps/organicmaps
[styles] Fix small font for islands on z16-
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
0e1b01c653
commit
4f59f1f921
1 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ node|z14-[natural=cape],
|
|||
area|z14-[natural=cape],
|
||||
node|z14-[place=islet],
|
||||
area|z14-[place=islet],
|
||||
{text: name;}
|
||||
{text: name; text-color: @district_label;}
|
||||
|
||||
node|z1-2[place=continent]
|
||||
{font-size: 12;text-color: @country_label;max-width: 5;}
|
||||
|
@ -58,7 +58,7 @@ area|z9-[place=archipelago],
|
|||
*/
|
||||
node|z9-[place=island],
|
||||
area|z9-[place=island],
|
||||
{font-size: 8;text-color: @district_label;}
|
||||
{font-size: 8;}
|
||||
|
||||
/*
|
||||
node|z12-[place=archipelago],
|
||||
|
@ -66,7 +66,7 @@ area|z12-[place=archipelago],
|
|||
*/
|
||||
node|z12-[place=island],
|
||||
area|z12-[place=island]
|
||||
{font-size: 9;text-color: @district_label;}
|
||||
{font-size: 9;}
|
||||
|
||||
/*
|
||||
node|z14-[place=archipelago],
|
||||
|
@ -76,7 +76,7 @@ node|z14-[place=island],
|
|||
area|z14-[place=island],
|
||||
node|z14-[place=islet],
|
||||
area|z14-[place=islet],
|
||||
{font-size: 10;text-color: @district_label;}
|
||||
{font-size: 10;}
|
||||
|
||||
/*
|
||||
node|z16-[place=archipelago],
|
||||
|
@ -86,7 +86,7 @@ node|z16-[place=island],
|
|||
area|z16-[place=island],
|
||||
node|z16-[place=islet],
|
||||
area|z16-[place=islet],
|
||||
{font-size: 8;text-color: @district_label;}
|
||||
{font-size: 12;}
|
||||
|
||||
node|z14-[natural=cape],
|
||||
area|z14-[natural=cape]
|
||||
|
|
Loading…
Add table
Reference in a new issue