From e80a6d986ea83fa49899a8e70b1d52f80e327ad3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 27 Aug 2013 11:37:10 +0100 Subject: Stuff --- buildings.mss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'buildings.mss') diff --git a/buildings.mss b/buildings.mss index 52c91c8..2d6669a 100755 --- a/buildings.mss +++ b/buildings.mss @@ -35,14 +35,14 @@ } } } - [name != ''] { - text-size: 14; - [zoom >= 18] { - text-size: 15; - [zoom >= 20] { - text-size: 18; + [minor=false] { + text-size: 14; + [zoom >= 18] { + text-size: 15; + [zoom >= 20] { + text-size: 18; + } } - } } } } -- cgit v1.2.3