From 8739534e9ffb10a0ed8312409c6403bf7e82c89a Mon Sep 17 00:00:00 2001
From: Brett Smith
[ This document is also published on FSF's site. ]
+Copyright © 2015, Free Software Foundation, Inc., Software Freedom Conservancy, Inc., Bradley M. Kuhn, Allison Randal, Karen M. Sandler.
Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css
index 63cd300e..4962fca9 100644
--- a/www/conservancy/static/css/conservancy.css
+++ b/www/conservancy/static/css/conservancy.css
@@ -313,6 +313,9 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}
.copyright_info { font-size: 90%; }
hr.footnote-separator { width: 80%; margin-left: auto; margin-right: auto; }
+.doc-footer { font-style: italic; }
+.doc-footer > *:first-child::before { content: "["; }
+.doc-footer > *:last-child::after { content: "]"; }
/* Resources pages */
div.download-formats { margin-top: 2em; margin-bottom: 2em; }