Rough in thesis

This commit is contained in:
Matthew Dillon 2015-06-21 15:03:13 -08:00
parent 889cc7d728
commit 83909b0570
3 changed files with 81 additions and 4 deletions

View file

@ -48,3 +48,39 @@ a:hover {
border-top: 1px solid #eee;
padding-top: 15px;
}
blockquote {
border-left: 1px solid #ddd;
color: #777;
font-style: italic;
margin: 1em 2em;
padding-left: 1em;
text-align: left;
}
blockquote cite {
color: #555;
display: block;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote cite a {
color: #555;
}
blockquote cite a:visited {
color: #555;
}
blockquote.blockquote-reverse {
border-left: none;
border-right: 1px solid #ddd;
padding: 0 1em 0 0;
text-align: right;
}