1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Added creation date on entries view

This commit is contained in:
Nicolas Lœuillet 2016-11-10 19:24:00 +01:00
parent d3511bbde9
commit 1c282b1da0
8 changed files with 39 additions and 30 deletions

View file

@ -413,7 +413,8 @@ footer a {
margin-bottom: 2em;
}
.estimatedTime .reading-time {
.reading-time,
.created-at {
color: #999;
font-style: italic;
font-weight: normal;

View file

@ -644,7 +644,7 @@ a.original {
margin: 0 auto;
}
#article aside .tools li {
.tools li {
display: inline-flex;
vertical-align: middle;
margin: auto 10px;