Skip to content

Commit

Permalink
im bad at typing
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Mar 25, 2011
1 parent 3d9365e commit 365fc5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc-src/Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
compass (0.11.beta.4.ab04d6f)
compass (0.11.beta.4.3d9365e)
chunky_png (~> 1.1.0)
sass (>= 3.1.0.alpha.249)

Expand Down
6 changes: 3 additions & 3 deletions doc-src/content/help/tutorials/spriting.markdown
Expand Up @@ -122,15 +122,15 @@ And your stylesheet will compile to:
background-position: 0 0;
}

.link-icon:hover, .link-icon_hover, .link-icon_hover-hover {
.link-icon:hover, .link-icon_hover, .link-icon-hover {
background-position: 0 -20px;
}

.link-icon:target, .link-icon_hover_target, .link-icon_hover-target {
.link-icon:target, .link-icon_target, .link-icon-target {
background-position: 0 -30px;
}

.link-icon:active, .link-icon_hover_active, .link-icon_hover-active {
.link-icon:active, .link-icon_active, .link-icon-active {
background-position: 0 -10px;
}

Expand Down

0 comments on commit 365fc5d

Please sign in to comment.