im bad at typing
This commit is contained in:
parent
3d9365ec48
commit
365fc5d68f
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user