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