From 93288a5a2c92dc820b5190e1925dc526cc7ffd54 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 13:05:20 -0700 Subject: Update documentation.html --- docs/_layouts/documentation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html index 71e139e02..c37f610b7 100644 --- a/docs/_layouts/documentation.html +++ b/docs/_layouts/documentation.html @@ -13,7 +13,7 @@ #dividerContainer { height: 98%; } - #leftColumn { + #tocColumn { float: left; width: 25%; height: 100%; @@ -24,6 +24,7 @@ width: 75%; height: 100%; overflow: auto; + padding-left: 20px; } {% seo %} @@ -33,8 +34,8 @@