update css
This commit is contained in:
parent
f09e928663
commit
c94e1329ca
1 changed files with 7 additions and 1 deletions
6
www/assets/main.css
Normal file → Executable file
6
www/assets/main.css
Normal file → Executable file
|
@ -52,10 +52,16 @@ a {
|
|||
padding: 1rem 0 1rem 0;
|
||||
}
|
||||
|
||||
#sidebar-taglist > ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
#sidebar-taglist > ul > li {
|
||||
list-style: none;
|
||||
font-size: 14pt;
|
||||
margin-bottom: .5em;
|
||||
padding-left: .7em;
|
||||
text-indent:-.7em;
|
||||
}
|
||||
|
||||
#sidebar-taglist > ul > li:before {
|
||||
|
|
Loading…
Reference in a new issue