From 7bc25b25745c0924502c1e58a4a3da1d51f2d58b Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 06 2017 02:25:13 +0000 Subject: restyle the blockquotes This commit restyles the blockquotes. they are no longer center aligned, and have less whitespace at the top and bottom. --- diff --git a/fedoramagazine/style.css b/fedoramagazine/style.css index f46abd0..4d1295d 100644 --- a/fedoramagazine/style.css +++ b/fedoramagazine/style.css @@ -1491,24 +1491,27 @@ a.post-nav-next:hover { background-image: url(images/icons/1x/next-c.png); } font-size: 1em; font-weight: 300; font-weight: normal; - margin: 40px 0; + margin: 20px 0; + padding: 20px; + background: #f5f5f5; + border-left: 5px solid #3c6eb4; } -.post-content blockquote:before, -.post-content blockquote:after { - content: ""; +.post-content blockquote:before { + font-family: "FontAwesome"; + content: "\f10d"; display: block; - width: 128px; - height: 3px; - background: #eee; - margin: 40px auto; + position: absolute; + left: 10px; + top:15px; + font-size:40px; + color: rgba(0,0,0,0.1); } .post-content blockquote p { font-size: 1.2em; line-height: 160%; font-weight: 300; - text-align: center; } .post-content cite {