Archived
1
0

update post fail page

This commit is contained in:
Jeff Becker 2016-03-09 13:27:34 -05:00
parent 2319327917
commit dd2eb90230
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ input[type="button"] {
color: black; color: black;
} }
#captcha_img { #captcha_img, pre {
background: #D80000; background: #D80000;
} }

View File

@ -16,6 +16,6 @@ body {
background: #FBFFC9; background: #FBFFC9;
} }
.navbar, table, thead, th, table { .navbar, table, thead, th, table, pre {
background: #FFECBE; background: #FFECBE;
} }

View File

@ -5,6 +5,6 @@
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script> <script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
<meta http-equiv="refresh" content="1; {{redirect_url}}" /> <meta http-equiv="refresh" content="1; {{redirect_url}}" />
<body> <body>
<p>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</p> <pre>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</pre>
</body> </body>
</html> </html>