Skip to content

Instantly share code, notes, and snippets.

@toppy368
Last active September 3, 2015 07:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save toppy368/fb9df3a898265a703ef9 to your computer and use it in GitHub Desktop.
佈景主題 Summ 的原始 blockquote 於CSS檔的樣式設定
blockquote {
background: rgba(0, 0, 0, 0) url("images/bg_title.png") repeat scroll -8px 0;
border: 1px solid #eee;
color: #444;
margin: 1em 0 1em 15px;
padding: 8px 10px 5px;
}
blockquote p {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment