Archived
1
0

fix up faq style

This commit is contained in:
Jeff Becker 2017-04-19 11:19:55 -04:00
parent 248dcba2e6
commit d10fe80739
2 changed files with 7 additions and 2 deletions

View File

@ -1,15 +1,15 @@
<!DOCTYPE html5>
<html>
<head>
<link rel="stylesheet" href="site.css" />
<link rel="stylesheet" href="krane.css" />
<title> NNTPChan Frequently Asked Questions </title>
<meta charset="utf-8">
</head>
<body>
<h2>NNTPChan faq </h2>
<br/>
<hr />
<div id="faq">
<hr />
<p>
<div>Question: What is nntpchan?</div>
<div>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.</div>

View File

@ -390,3 +390,8 @@
.messageroot > .hider {
float: left;
}
#faq {
margin-left: 3em;
width: 75%;
}