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:
parent
d3511bbde9
commit
1c282b1da0
8 changed files with 39 additions and 30 deletions
|
@ -413,7 +413,8 @@ footer a {
|
|||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.estimatedTime .reading-time {
|
||||
.reading-time,
|
||||
.created-at {
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
|
|
|
@ -644,7 +644,7 @@ a.original {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#article aside .tools li {
|
||||
.tools li {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
margin: auto 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue