on hover, display absolute time
This commit is contained in:
@@ -201,18 +201,23 @@
|
||||
font-style: italic;
|
||||
}
|
||||
.header {
|
||||
padding: 0.5em 1em;
|
||||
font-style: italic;
|
||||
font-size: 0.8em;
|
||||
text-align: right;
|
||||
|
||||
.index {
|
||||
float: left;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.time {
|
||||
span {
|
||||
padding: 0.5em 1em;
|
||||
display: inline-block;
|
||||
width: calc(50% - 2em);
|
||||
cursor: default;
|
||||
|
||||
&.index {
|
||||
float: left;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
&.time {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
.body {
|
||||
|
||||
Reference in New Issue
Block a user