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 {
float: right;
margin-right: 1.5em;
margin-top: 1.5em;
margin-top: 2em;
color: #222;
opacity: 0.4;
font-family: monospace;
font-size: 8pt;
}
.subg a {
color: #222;
@ -155,4 +157,4 @@ margin-bottom: 0%;
border-color: #666;
background-color: #C9C9C9;
margin-right: 5%;
}
}

View File

@ -1,6 +1,6 @@
<div class=post>
<div class='msg_hash'>
Message ID: <TMPL_VAR NAME=HASH>
MsgID: <TMPL_VAR NAME=HASH>
</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>
<div class=mail>
@ -16,4 +16,4 @@
<div class=answer>
<a href="/send?hash=<TMPL_VAR NAME=HASH>">Ответить на сообщение</a>
</div>
</div>
</div>