Skip to content

Instantly share code, notes, and snippets.

@rabitarochan
Created August 8, 2012 04:11
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 rabitarochan/3291989 to your computer and use it in GitHub Desktop.
Save rabitarochan/3291989 to your computer and use it in GitHub Desktop.
はてなブログのEpicに追加したCSS
#main {
width: 690px;
}
.date {
width: 660px;
position: static;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DDD;
border-right-width: 0px;
}
.entry-header-menu a {
left: 110px;
top: 5px;
}
.entry-content img {
border-width: 1px;
border-color: #FBE6EE;
border-style: solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment