Skip to content

Instantly share code, notes, and snippets.

@araro00
Last active August 29, 2015 14:18
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 araro00/534a68b95ea568e4c8b5 to your computer and use it in GitHub Desktop.
Save araro00/534a68b95ea568e4c8b5 to your computer and use it in GitHub Desktop.
ライブドアブログ用パンくずリストCSS
#breadcrump{
margin-bottom: 5px;
}
#breadcrump ol li{
float: left;
line-height:110%;
list-style-type:none;
}
#breadcrump ol li a{
margin-right:5px;
padding-right:10px;
background:url(http://livedoor.blogimg.jp/userID/imgs/a/f/af490844.png) no-repeat right center;
}
#breadcrumb ol li a:hover{
color:#40c0f0;
text-decoration:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment