Style for attribution control

This commit is contained in:
Tim Schaub
2013-05-24 19:02:43 -05:00
parent e50c314c33
commit 439a8a5330

View File

@@ -1,6 +1,5 @@
.ol-attribution {
position: absolute;
font-size: 10px;
text-align: right;
color: #eeeeee;
bottom: 0;
@@ -13,9 +12,16 @@
color: white;
text-decoration: none;
}
.ol-attribution ul {
margin: 3px 0;
padding: 0;
font-size: 10px;
line-height: 12px;
}
.ol-attribution li {
display: inline;
list-style: none;
line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
content: "\2003";