Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Last active April 11, 2016 03:45
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 sysnakamura/c6d82d10556fad848ae0341c182a1967 to your computer and use it in GitHub Desktop.
Save sysnakamura/c6d82d10556fad848ae0341c182a1967 to your computer and use it in GitHub Desktop.
はてなブログ目次スマホ CSS
<style tyle=text/css>/*すでに記述している場合には不要*/
/*目次のCSS*/
.table-of-contents:before{
content: "目次";
font-size: 120%;
}
.table-of-contents{
padding: 20px 10px 20px 40px !important;
border-radius: 5px;
background: #f0f0f0;/*背景色はここから変更*/
}
.table-of-contents ul{
font-size: 90%;
}
.table-of-contents ul{
margin-left: 0;
}
</style>/*すでに記述している場合には不要*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment