Add classes to labels for styling

This commit is contained in:
Ansis Brammanis
2013-01-22 14:47:50 -05:00
parent 0249d6b3eb
commit 2b7aa93096
2 changed files with 36 additions and 24 deletions
+9 -1
View File
@@ -557,13 +557,21 @@ text.textpath-label {
text-anchor: middle;
}
text.textpath-label, text.text-label {
.layer-label text{
font-size: 12px;
font-weight: bold;
fill: black;
text-shadow: 0 0 0.4em white, 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;
}
text.area-leisure-park {
font-size: 14px;
}
text.point-amenity{
font-size: 9px;
}
/* Cursors */
#map:hover {