Improved quotes

This commit is contained in:
2013-01-20 15:24:14 -05:00
parent 44402b2e7f
commit e92fb33275
5 changed files with 36 additions and 13 deletions

View File

@@ -54,4 +54,25 @@ blockquote {
font-style: italic;
margin: 10px 0px 0px 25px;
padding: 10px;
}
}
blockquote span.a, blockquote span.b {
font-family: helvetica, arial; font-size: 50px; color: #8ac;
}
blockquote span.a {
position: relative;
top:0.2em;
}
blockquote span.b {
position:relative;
top:0.8em;
}
blockquote cite {
display: block;
text-align: left;
font-style: normal;
font-weight:bold;
}