Skip to content

Commit

Permalink
Merge pull request #20 from adaptlearning/issue/#18
Browse files Browse the repository at this point in the history
Issue/#18
  • Loading branch information
darylhedley committed Jan 27, 2014
2 parents 806d843 + 3e92ec4 commit cbbeb0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion less/hotgraphic.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
position: absolute;
top: 0%;
left: 0%;
background-color:#fff;
border-radius:50%;

&.visited {
.hotgraphic-graphic-pin-icon {
Expand All @@ -19,6 +21,9 @@

.hotgraphic-graphic-pin-icon {
color: @item-color;
font-size: (@icon-size*2);
width:auto;
height:auto;
}

.hotgraphic-popup {
Expand Down Expand Up @@ -141,4 +146,4 @@
}
}

}
}

0 comments on commit cbbeb0b

Please sign in to comment.