From bb10b9744f7d7373cb5fa8bbb7be9955cab1e89d Mon Sep 17 00:00:00 2001 From: Alec Lomas Date: Tue, 16 Jul 2019 19:45:42 -0700 Subject: [PATCH] add blockquote citations back to document flow not sure if anyone is actually doing anything with this in 2019, but it bugged me so here's the fix --- styles/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index 238d52d..52bfb40 100755 --- a/styles/main.css +++ b/styles/main.css @@ -21,6 +21,10 @@ footer { background: #fff; } +blockquote footer { + position: static; +} + #background-canvas { position: fixed; height: 100%; @@ -862,4 +866,4 @@ figure figcaption p { margin: 0; } .b-ie #circuit, .b-ie #crapplets, .b-ie #debug, .b-ie #gcd, .b-ie #grabbag, .b-ie #keyboard, .b-ie #languages, .b-ie #learninal, .b-ie #livehtml, .b-ie #mouse, .b-ie #paperclip, .b-ie #paulbot, .b-ie #recirc, .b-ie #text-diff, .b-ie #tree, .b-ie #tinder, .b-ie #code-atlas, .b-ie #certificate-container, .b-ie #paulbot, .b-ie .innershare{ display: none !important; -} \ No newline at end of file +}