Styling fixes and small tweaks
This commit is contained in:
parent
eac5b4d87b
commit
95d56cbbe3
3 changed files with 3 additions and 3 deletions
BIN
files/download-lists/attachment.mov
Normal file
BIN
files/download-lists/attachment.mov
Normal file
Binary file not shown.
BIN
files/download-lists/pbhakken.mp4
Normal file
BIN
files/download-lists/pbhakken.mp4
Normal file
Binary file not shown.
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
td {
|
||||
padding: 5px;
|
||||
padding: 5px 25px 5px 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
padding-left: 15px;
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
<tr>
|
||||
<td> <img src="{{ .Icon }}" alt="File"><a href="{{ .ParentPath }}{{ .Name }}">{{ .Name }}</a>
|
||||
</td>
|
||||
<td>{{ .Timestamp }}</td>
|
||||
<td class="timestamp">{{ .Timestamp }}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue