Archived
1
0

fix legal footer

This commit is contained in:
Jeff Becker 2016-02-17 14:13:58 -05:00
parent 5370898da9
commit 0e0f35e6dc
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
5 changed files with 21 additions and 10 deletions

View File

@ -421,8 +421,11 @@ textarea#reply-text {
right: 0;
}
#nntpchan_banner {
align: center;
}
.legal {
font-size: 10px;
text-align: center;
}

View File

@ -55,7 +55,9 @@
</script>
<hr/>
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p>To make a DMCA request or report illegal content, please contact the administration</p>
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
</body>
</html>

View File

@ -81,7 +81,9 @@
nntpchan_inject_banners(e, "{{prefix}}");
</script>
<hr/>
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p>To make a DMCA request or report illegal content, please contact the administration</p>
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
</body>
</html>

View File

@ -52,7 +52,9 @@
</script>
<hr/>
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p>To make a DMCA request or report illegal content, please contact the administration</p>
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
</body>
</html>

View File

@ -38,7 +38,9 @@
</script>
<hr/>
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p>To make a DMCA request or report illegal content, please contact the administration</p>
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
</body>
</html>