From 0e0f35e6dcb3117abd9d3da27f76a6fd27871ed2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 17 Feb 2016 14:13:58 -0500 Subject: [PATCH] fix legal footer --- contrib/static/site.css | 7 +++++-- contrib/templates/default/board.mustache | 6 ++++-- contrib/templates/default/frontpage.mustache | 6 ++++-- contrib/templates/default/thread.mustache | 6 ++++-- contrib/templates/default/ukko.mustache | 6 ++++-- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 316fbc5..b549db9 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -421,8 +421,11 @@ textarea#reply-text { right: 0; } - - #nntpchan_banner { align: center; } + +.legal { + font-size: 10px; + text-align: center; +} \ No newline at end of file diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index 2815e58..85a9bb6 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -55,7 +55,9 @@
-

All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.

-

To make a DMCA request or report illegal content, please contact the administration

+ diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache index 32a5ecb..bc6b27b 100644 --- a/contrib/templates/default/frontpage.mustache +++ b/contrib/templates/default/frontpage.mustache @@ -81,7 +81,9 @@ nntpchan_inject_banners(e, "{{prefix}}");
-

All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.

-

To make a DMCA request or report illegal content, please contact the administration

+ diff --git a/contrib/templates/default/thread.mustache b/contrib/templates/default/thread.mustache index 95a06f3..f378416 100644 --- a/contrib/templates/default/thread.mustache +++ b/contrib/templates/default/thread.mustache @@ -52,7 +52,9 @@
-

All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.

-

To make a DMCA request or report illegal content, please contact the administration

+ diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 3cfec1e..c934ea7 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -38,7 +38,9 @@
-

All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.

-

To make a DMCA request or report illegal content, please contact the administration

+