Use div icons instead of circleMarkers

This commit is contained in:
Arne Schlüter 2015-02-08 16:53:00 +01:00
commit d7d78b7fc4
2 changed files with 19 additions and 2 deletions

View file

@ -116,3 +116,9 @@ body {
.category-filter .uncategorized a:after {
border-color: #355C7D;
}
.circle-marker {
border-radius: 50%;
border: 2px solid rgba(0,0,0,.5);
background: rgba(0,0,0,.2);
}