From d10fe807390ed44c5e493acda651a0bb6b4fc8d1 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 19 Apr 2017 11:19:55 -0400 Subject: [PATCH] fix up faq style --- contrib/static/faq.html | 4 ++-- contrib/static/krane.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/contrib/static/faq.html b/contrib/static/faq.html index 54645ee..10f1ce4 100644 --- a/contrib/static/faq.html +++ b/contrib/static/faq.html @@ -1,15 +1,15 @@ - + NNTPChan Frequently Asked Questions

NNTPChan faq


-
+

Question: What is nntpchan?
NNTPCchan is a federated imageboard that spans across several networks including tor, i2p and anonet. There are no central servers so that as long as 1 server is left the forum will continue to function.
diff --git a/contrib/static/krane.css b/contrib/static/krane.css index e42a91c..483dadc 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -390,3 +390,8 @@ .messageroot > .hider { float: left; } + + #faq { + margin-left: 3em; + width: 75%; + }