better threading for 'now's
This commit is contained in:
parent
74ae74242c
commit
0770d484e3
1 changed files with 5 additions and 2 deletions
7
now.css
7
now.css
|
@ -50,14 +50,17 @@ div.now {
|
|||
|
||||
.thread-update {
|
||||
position: relative;
|
||||
background-color: var(--blog-box-alt);
|
||||
margin: 8px 0;
|
||||
margin-left: 5%;
|
||||
margin-left: 3%;
|
||||
padding: 0;
|
||||
border-left: solid var(--subtitle) 1px;
|
||||
list-style-type: none;
|
||||
}
|
||||
.thread-update li {
|
||||
margin: 10px 0;
|
||||
margin-left: 2%;
|
||||
padding: 10px;
|
||||
background-color: var(--blog-box-alt);
|
||||
}
|
||||
|
||||
.lyrics {
|
||||
|
|
Loading…
Add table
Reference in a new issue