Use consistent naming for CSS classes

This commit is contained in:
Tom Payne
2012-09-28 14:31:17 +02:00
parent a26f796577
commit acb411ef43

View File

@@ -1,4 +1,4 @@
.ol-control-attribution { .ol-attribution {
position: absolute; position: absolute;
font-size: 10px; font-size: 10px;
text-align: right; text-align: right;
@@ -11,7 +11,7 @@
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif; font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
padding: 2px 4px; padding: 2px 4px;
} }
.ol-control-attribution a { .ol-attribution a {
color: white; color: white;
text-decoration: none; text-decoration: none;
} }