Archived
1
0

Merge pull request #32 from 4cdn/patch-1

hawt
This commit is contained in:
Jeff 2015-11-19 20:47:29 -05:00
commit eb5ca66330
8 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="site.css"></link>
<title> NNTPChan Frequently Asked Questions</title>
<link rel="stylesheet" href="site.css" />
<title> NNTPChan Frequently Asked Questions </title>
</head>
<body>
<h2>NNTPChan faq </h2>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 KiB

View File

@ -7,7 +7,6 @@
color: #117743;
}
.name , .subject {
font-weight: bold;
}
@ -16,7 +15,6 @@
text-align: center;
}
input {
width: 70%;
}
@ -69,7 +67,6 @@ hr {
border-style: solid none none;
}
a:hover , a:visited:hover {
color: #f13333;
}
@ -240,6 +237,10 @@ html {
width: 80%;
}
#postform_attachment {
max-width: 330px;
}
#faq > div {
margin-left: 20%;
width: 50%;
@ -308,7 +309,6 @@ textarea#reply-text {
right: 0;
}
hr {
padding-bottom: 20px;
}

View File

@ -11,8 +11,8 @@
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<link rel="stylesheet" href="{{prefix}}static/user.css"></link>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<title> {{frontend}} on nntpchan </title>
</head>
<body>

View File

@ -11,7 +11,6 @@
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<style src="{{prefix}}static/user.css" type="text/css"></style>
<title> here is a new tripcode </title>
</head>
<body>

View File

@ -6,7 +6,8 @@
}}
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<!-- yes it uses js -->
<script type="text/javascript" src="{{prefix}}static/mod.js"></script>
<title> nntpchan mod page </title>

View File

@ -28,7 +28,7 @@
Comment
</th>
<td>
<textarea id="postform_message" type="text" name="message" cols=40 rows=5></textarea>
<textarea id="postform_message" name="message" cols=40 rows=5></textarea>
</td>
</tr>
<tr>

View File

@ -42,7 +42,7 @@
File
</th>
<td>
<input type="file" name="attachment" style="max-width: 330px;" />
<input id="postform_attachment" type="file" name="attachment" />
</td>
</tr>
<tr>