Skip to content

Instantly share code, notes, and snippets.

@toshi2220
Last active January 1, 2016 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshi2220/8183960 to your computer and use it in GitHub Desktop.
Save toshi2220/8183960 to your computer and use it in GitHub Desktop.
/* 続きを読むボタン */
a.entry-see-more{
width:135px;
height:40px;
text-indent:-999px;
display:block;
background:transparent url("画像URL") no-repeat left top;
}
a.entry-see-more:hover {background-position:0px -40px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment