From 57e6259b5c25027707c32e25103644aca8f90d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 31 Jul 2015 08:34:10 -0400 Subject: [PATCH] Style citations within blockquotes --- future-here/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/future-here/index.html b/future-here/index.html index 19116ba..46de7d4 100644 --- a/future-here/index.html +++ b/future-here/index.html @@ -57,6 +57,18 @@ cite { bottom: 0; } +blockquote cite { + color: inherit; + display: block; + position: relative; + text-align: right; + padding-right: 1em; +} + +blockquote cite::before { + content: "—"; +} + a:link, a:visited { color: #99CCFF;