manicured reply and retweet buttons
This commit is contained in:
parent
675f92534b
commit
54c8a70f8e
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ li:first-child:hover .date {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
right: 0;
|
right: 2px;
|
||||||
background: url(sprite-icons.png) no-repeat -16px 0;
|
background: url(sprite-icons.png) no-repeat -16px 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -198,4 +198,4 @@ li:hover .reply_to, li:hover .retweet {
|
||||||
.retweet {
|
.retweet {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
background-position: -192px 0;
|
background-position: -192px 0;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue