From d16408cd9120be965d65172ef7a3ef48a148cc30 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 28 Dec 2015 18:48:59 +0100 Subject: [PATCH] Added actual information (rip in mail spambots) --- static/regular.css | 7 +++++++ templates/dmca.html | 1 + 2 files changed, 8 insertions(+) diff --git a/static/regular.css b/static/regular.css index 356e538..dc53e11 100644 --- a/static/regular.css +++ b/static/regular.css @@ -72,6 +72,13 @@ body { text-decoration: underline; } +.note { + text-align: center; + font-size: 8pt; + color: #AAAAAA; + animation: appear 0.75s ease-out; +} + /* Restyle with custom margins */ p { diff --git a/templates/dmca.html b/templates/dmca.html index 4c2fa30..810453b 100644 --- a/templates/dmca.html +++ b/templates/dmca.html @@ -3,4 +3,5 @@ +

Please send an e-mail to abuse@quad.moe for removal requests

{% endblock %} \ No newline at end of file