update #118 style
This commit is contained in:
parent
c186f25fd3
commit
8d2f7f97d0
2 changed files with 4 additions and 10 deletions
|
@ -45,9 +45,3 @@ span.displaynone { display: none; }
|
|||
.sticky {
|
||||
background-color: #408bc9;
|
||||
}
|
||||
|
||||
/* signature and date in each reader post */
|
||||
div.sign-date {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
|
@ -4,7 +4,7 @@ usage example:
|
|||
{{< signature-date >}}
|
||||
*/}}
|
||||
|
||||
<div class="sign-date">
|
||||
<p>—— {{ $.Page.Params.reader_name | string }}<br />
|
||||
{{ $.Page.Params.date | time.Format ":date_long" }}</p>
|
||||
</div>
|
||||
<p style="position: absolute; right: 0">
|
||||
—— {{ $.Page.Params.reader_name | string }}<br />
|
||||
{{ $.Page.Params.date | time.Format ":date_long" }}
|
||||
</p>
|
Loading…
Reference in a new issue