Commit a75b6b71 authored by Aron Carroll's avatar Aron Carroll

Clean up blockquote styles

* Remove cartoon quotes.
* Use a class rather than styling all blockquotes.
parent 95921f4d
......@@ -187,9 +187,11 @@ h6 {
.excerpt {
margin-bottom: 1em;
position: relative;
blockquote {
.annotation-quote {
margin-bottom: 0;
}
.more, .less {
font-size: .9em;
font-family: $sans-font-family;
......@@ -198,36 +200,16 @@ h6 {
}
}
blockquote {
.annotation-quote {
color: $gray;
font-family: $serif-font-family;
font-size: 1em;
margin-bottom: 1em;
padding: 0 .8em;
&:before, &:after {
color: $gray-lighter;
font-family: "h";
position: absolute;
}
&:before {
content: "\23";
font-size: 6em;
top: -.36em;
left: -.31em;
}
&:after {
content: "\24";
font-size: 5em;
right: -.31em;
bottom: -.27em;
}
padding: 0 .615em;
border-left: 3px solid $gray-lighter;
}
//DROPDOWNS////////////////////////////////
.dropdown {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment