Skip to content

Commit

Permalink
Prettify block quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
casutton committed May 29, 2018
1 parent ed06fb1 commit da06863
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _posts/2018-06-02-mafia.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Social Skills in Context, or How being a Professor is Like Being a Mafia Hitman
title: Social Skills in Context, or How being a Professor is Kind of Like Being a Mafia Hitman
author: Charles Sutton
tags:
- social skills
Expand All @@ -20,7 +20,7 @@ In other situations, a different story. The FBI agent,
Joseph Pistone, was himself an incredibly perceptive observer
(if he wasn't, he'd have been murdered). He reports:

<figure>
<figure class='quote'>
<blockquote>
A lot of these wiseguys did not have the ability to move around the country.
Once you got these guys out of New York City, they were like fish out of water....
Expand Down
21 changes: 10 additions & 11 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ nav {
}

.post {
blockquote {
margin: 1.5em .8em 0;
figure.quote {
margin: 1.5em .8em 1.5em;
padding: 0.1em 1em;
border-left: 2px solid $gray;
color: $gray;
Expand All @@ -258,22 +258,21 @@ nav {
}

figcaption.quote-source {
margin: 0em 1em;
border-left: 2px solid $gray;
padding: 0.1em 1em;
font-style: normal;
text-align: right;
margin: 7px 0 0 0;
color: $gray;
font-size: 14px;
line-height: 1.5;
}

.quote-author::before {
content: '\2014 ';
}
.quote-title {
font-style: italic;
}

.quote-title {
font-style: italic;
}
.quote-author::before {
content: '\2014 ';
}

.quote-author::after {
content: ". ";
Expand Down

0 comments on commit da06863

Please sign in to comment.