From eaa29e72939f5edf61735ccbb73c36ee89369f65 Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Fri, 10 Dec 2021 00:09:48 -0600 Subject: Synced with DragonRuby Game Toolkit v3.2. --- docs/docs.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/docs.css') 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; -- cgit v1.2.3