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 { ...@@ -187,9 +187,11 @@ h6 {
.excerpt { .excerpt {
margin-bottom: 1em; margin-bottom: 1em;
position: relative; position: relative;
blockquote {
.annotation-quote {
margin-bottom: 0; margin-bottom: 0;
} }
.more, .less { .more, .less {
font-size: .9em; font-size: .9em;
font-family: $sans-font-family; font-family: $sans-font-family;
...@@ -198,36 +200,16 @@ h6 { ...@@ -198,36 +200,16 @@ h6 {
} }
} }
blockquote { .annotation-quote {
color: $gray; color: $gray;
font-family: $serif-font-family; font-family: $serif-font-family;
font-size: 1em; font-size: 1em;
margin-bottom: 1em; margin-bottom: 1em;
padding: 0 .8em; padding: 0 .615em;
border-left: 3px solid $gray-lighter;
&: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;
}
} }
//DROPDOWNS//////////////////////////////// //DROPDOWNS////////////////////////////////
.dropdown { .dropdown {
position: relative; 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