From da06863788488eca26a3399ca285ed3dd189ccc0 Mon Sep 17 00:00:00 2001 From: Charles Sutton Date: Mon, 28 May 2018 22:26:48 -0400 Subject: [PATCH] Prettify block quotes --- _posts/2018-06-02-mafia.md | 4 ++-- style.scss | 21 ++++++++++----------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/_posts/2018-06-02-mafia.md b/_posts/2018-06-02-mafia.md index f7ad39c23a2fd..eb0d24b981b23 100644 --- a/_posts/2018-06-02-mafia.md +++ b/_posts/2018-06-02-mafia.md @@ -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 @@ -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: -
+
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.... diff --git a/style.scss b/style.scss index d54679b98867a..f4b4aa4cb4aa2 100644 --- a/style.scss +++ b/style.scss @@ -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; @@ -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: ". ";