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> <!DOCTYPE html5>
<html> <html>
<head> <head>
<link rel="stylesheet" href="site.css" /> <link rel="stylesheet" href="krane.css" />
<title> NNTPChan Frequently Asked Questions </title> <title> NNTPChan Frequently Asked Questions </title>
<meta charset="utf-8"> <meta charset="utf-8">
</head> </head>
<body> <body>
<h2>NNTPChan faq </h2> <h2>NNTPChan faq </h2>
<br/> <br/>
<hr />
<div id="faq"> <div id="faq">
<hr />
<p> <p>
<div>Question: What is nntpchan?</div> <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> <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 { .messageroot > .hider {
float: left; float: left;
} }
#faq {
margin-left: 3em;
width: 75%;
}