mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Reduce sidebar font sizes and padding
This commit is contained in:
parent
02acf8864a
commit
6241661367
1 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ body {
|
|||
}
|
||||
.toc li {
|
||||
padding-left: 0;
|
||||
margin: 6px 0px;
|
||||
font-size: 1.1em;
|
||||
margin: 3px 0px;
|
||||
font-size: 1em;
|
||||
}
|
||||
.toc li > a {
|
||||
color: #999;
|
||||
|
@ -57,7 +57,7 @@ body {
|
|||
margin-left: 12px;
|
||||
}
|
||||
.subtoc li {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
|
Loading…
Reference in a new issue