Skip to content

Commit

Permalink
add support for blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrjones committed Jan 12, 2011
1 parent fcf3cb9 commit 1363097
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Expand Up @@ -369,4 +369,14 @@ img.alignleft {
line-height: 17px; line-height: 17px;
padding: 0 4px 5px; padding: 0 4px 5px;
margin: 0; margin: 0;
}

/* From http://css-tricks.com/examples/Blockquotes/ */
blockquote {
font: 14px/22px normal helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
} }

0 comments on commit 1363097

Please sign in to comment.