added ID h4 for each now
This commit is contained in:
parent
5e778dcea4
commit
a4ddfd609d
3 changed files with 47 additions and 0 deletions
12
now.css
12
now.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue