Add support for timestamps

This commit is contained in:
Niklas Fasching 2019-01-06 20:50:10 +01:00
parent bd33e8885e
commit 63fef04fb3
9 changed files with 121 additions and 1 deletions

View file

@ -118,3 +118,8 @@ dl > dd { margin: -1em 0 1em 1em; }
font-size: 0.8em;
color: lightgrey;
}
.timestamp {
background-color: #eee;
padding: 0.05em 0.2em;
border: 1px solid #ccc; }