diff options
author | B Mathis <brandon@imathis.com> | 2009-11-12 19:51:31 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-12 19:51:31 -0600 |
commit | 2ac92733543b2625fd5fbe24c9aa2b095b3c6ca1 (patch) | |
tree | aa038326a85fd76ae9e410cb4c4538d9acc1c6ad /stylesheets | |
parent | f63677155392c5229c8f38389d753b616d14bcdf (diff) | |
download | my_new_personal_website-2ac92733543b2625fd5fbe24c9aa2b095b3c6ca1.tar.xz my_new_personal_website-2ac92733543b2625fd5fbe24c9aa2b095b3c6ca1.zip |
updated quote style again
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/_typography.sass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass index 93830406..ec8595dd 100644 --- a/stylesheets/_typography.sass +++ b/stylesheets/_typography.sass @@ -21,11 +21,12 @@ h1,h2,h3,h4,h5,h6 blockquote +quote-font - +border-radius(5px) font-style: italic color: #555 background: #f8f8f8 - border: 1px solid #e5e5e5 + border: + top: 1px solid #e5e5e5 + bottom: 1px solid #e5e5e5 &:before color: #ddd .quote blockquote |