This commit is contained in:
rimu 2024-10-05 12:25:31 +13:00
parent f4ad10e4c4
commit 23836fbcc1
2 changed files with 25 additions and 0 deletions

View file

@ -943,6 +943,18 @@ div.navbar {
border: 0;
}
time {
white-space: nowrap;
}
.author {
padding-left: 3px;
display: inline-block;
}
.author a {
border-left: 0;
}
.max_width_512 {
max-width: 512px;
display: inline-block;

View file

@ -538,6 +538,19 @@ div.navbar {
}
}
time {
white-space: nowrap;
}
.author {
padding-left: 3px;
display: inline-block;
a {
border-left: 0;
}
}
.max_width_512 {
max-width: 512px;
display: inline-block;