Tab width

This commit is contained in:
John Mertz 2024-02-26 10:38:42 -07:00
parent 38f5fe2ca4
commit 5d1fd14045
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 23 additions and 25 deletions

View File

@ -13,6 +13,7 @@ div#subs ul {
}
div.thumb, div.details {
display: inline-block;
padding: 0px;
}
div.details {
width: 100%;
@ -54,9 +55,6 @@ div.thumb img {
display: block;
height: 226px;
}
div.time {
top: 178px;
}
div.row {
display: inline-grid;
}