mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2024-12-02 20:07:12 -05:00
Added "display: inline-block" to #toc to make the table of content fit the text
This commit is contained in:
parent
6f26e23379
commit
8996d9dd9b
1 changed files with 1 additions and 0 deletions
1
main.css
1
main.css
|
@ -410,6 +410,7 @@ dt {
|
|||
#toc {
|
||||
border: 1px solid #aaa;
|
||||
padding: 10px 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
#toctitle h2 {
|
||||
display: inline;
|
||||
|
|
Loading…
Reference in a new issue