Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created April 11, 2016 03:30
Show Gist options
  • Save sysnakamura/722f314ed73d9cc6b08b37b89b1a1bdc to your computer and use it in GitHub Desktop.
Save sysnakamura/722f314ed73d9cc6b08b37b89b1a1bdc to your computer and use it in GitHub Desktop.
はてなブログ目次レイアウト変更 CSS
/*はてなブログ(PC)目次のCSS*/
.table-of-contents {
border: 1px solid #e4e4e4;
padding: 20px 10px 20px 40px;
list-style-type: decimal;
border-radius: 5px;
font-size: 90%;
}
.table-of-contents:before{
content: "目次";
font-size: 120%;
}
.table-of-contents li,
.table-of-contents ul{
list-style-type: decimal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment