diff options
| author | Amir Rajan <[email protected]> | 2021-12-10 00:09:48 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-12-10 00:09:48 -0600 |
| commit | eaa29e72939f5edf61735ccbb73c36ee89369f65 (patch) | |
| tree | c310fac2e39bd799bf7fc1f73d35c12bcc5187b7 /docs/docs.css | |
| parent | 33dfdde9ae03e3218b4796f3595d3b727f626587 (diff) | |
| download | dragonruby-game-toolkit-contrib-eaa29e72939f5edf61735ccbb73c36ee89369f65.tar.gz dragonruby-game-toolkit-contrib-eaa29e72939f5edf61735ccbb73c36ee89369f65.zip | |
Synced with DragonRuby Game Toolkit v3.2.
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/docs.css b/docs/docs.css index 115fd34..84cd977 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -127,30 +127,30 @@ blockquote { font-style: italic; } -#toc { +#table-of-contents { font-size: 14px; } -#toc ul { +#table-of-contents ul { margin-left: 3px; padding-left: 15px; } -#toc .header-1 { +#table-of-contents .header-1 { display: inline-block; margin-top: 10px; font-weight: 900; } -#toc .header-2 { +#table-of-contents .header-2 { display: inline-block; padding-left: 5px; padding-right: 5px; margin-top: 10px; } -#toc .header-3 { +#table-of-contents .header-3 { } @media only screen and (min-width: 1280px) { @@ -160,7 +160,7 @@ blockquote { padding-left: 310px; } - #toc { + #table-of-contents { border: solid 1px #f0f0f0; padding: 10px; padding-bottom: 30px; |
