added ID h4 for each now

This commit is contained in:
nnwhen 2025-03-13 17:50:05 +02:00
parent 5e778dcea4
commit a4ddfd609d
3 changed files with 47 additions and 0 deletions

12
now.css
View file

@ -19,6 +19,7 @@ div.now {
.now h2,
.thread h2 {
margin: 0 10px;
width: calc(100% - 90px);
}
.now h2,
.thread h2 {
@ -30,6 +31,16 @@ div.now {
font-size: small;
color: var(--subtitle);
}
.now .postID,
.thread-update .postID {
position: absolute;
margin: 5px;
top: 10px;
right: 15px;
font-size: small;
color: var(--subtitle);
}
.now hgroup,
.thread hgroup {
margin: 10px 0;
@ -57,6 +68,7 @@ div.now {
list-style-type: none;
}
.thread-update li {
position: relative;
margin: 10px 0;
margin-left: 2%;
padding: 10px;