MsgID font fix

This commit is contained in:
Difrex 2014-08-10 17:39:12 +04:00
parent 987015fcff
commit 11b0bee935
2 changed files with 6 additions and 4 deletions

View File

@ -42,9 +42,11 @@ padding-bottom: 0.15em;
.msg_hash { .msg_hash {
float: right; float: right;
margin-right: 1.5em; margin-right: 1.5em;
margin-top: 1.5em; margin-top: 2em;
color: #222; color: #222;
opacity: 0.4; opacity: 0.4;
font-family: monospace;
font-size: 8pt;
} }
.subg a { .subg a {
color: #222; color: #222;

View File

@ -1,6 +1,6 @@
<div class=post> <div class=post>
<div class='msg_hash'> <div class='msg_hash'>
Message ID: <TMPL_VAR NAME=HASH> MsgID: <TMPL_VAR NAME=HASH>
</div> </div>
<a style="text-decoration:none;" href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a> <a style="text-decoration:none;" href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a>
<div class=mail> <div class=mail>