Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
updated less to point to the right sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Mar 2, 2013
1 parent d3e40de commit f9bc1bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
File renamed without changes
File renamed without changes
12 changes: 4 additions & 8 deletions less/hopscotch.less
Expand Up @@ -47,11 +47,6 @@ div.hopscotch-bubble {
display: none;
}

.hopscotch-bubble-number {
font-size: 17px;
font-weight: bold;
}

h3 {
color: #000;
font-family: @bubbleFontFamily;
Expand Down Expand Up @@ -105,13 +100,14 @@ div.hopscotch-bubble {
}

.hopscotch-bubble-number {
background: transparent @spriteUrl 3px 0 no-repeat;
background: transparent @spriteUrl 0 0 no-repeat;
color: #fff;
display: block;
float: left;
font-size: 17px;
font-weight: bold;
line-height: @circleWidth + 3px;
margin-left: -4px;
padding: 0 10px 0 4px;
padding: 0 10px 0 0;
text-align: center;
width: @circleWidth;
height: @circleWidth;
Expand Down
2 changes: 1 addition & 1 deletion less/vars.less
Expand Up @@ -7,5 +7,5 @@
@bubblePadding: 15px;
@borderColor: rgba(0, 0, 0, 0.5);
@circleWidth: 30px;
@spriteUrl: url(../img/sprite_os.png);
@spriteUrl: url(../img/sprite-green-0.2.png);
@bubbleZindex: 999999;

0 comments on commit f9bc1bb

Please sign in to comment.