From b15f28151dc59f6f08d8d5c494a17f03fb3f82a7 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 12:37:16 -0700 Subject: Update documentation.html --- docs/_layouts/documentation.html | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) (limited to 'docs') diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html index af5aae332..cc2fe58a9 100644 --- a/docs/_layouts/documentation.html +++ b/docs/_layouts/documentation.html @@ -17,15 +17,15 @@ float: left; width: 20%; height: 100%; - overflow: scroll; - scroll: auto; + box-sizing: border-box; + overflow: auto; } #rightColumn { float: left; - width: 50%; + width: 80%; height: 100%; - overflow: scroll; - scroll: auto; + overflow: auto; + box-sizing: border-box; } {% seo %} @@ -36,21 +36,8 @@
-

User Guide to Slang

+

Slang User's Guide

-
- {% if site.show_downloads %} - Download .zip - Download .tar.gz - {% endif %} - {% if site.github.public %} - {% if site.github.is_project_page %} - View on GitHub - {% else %} - View on GitHub - {% endif %} - {% endif %} -

@@ -60,14 +47,16 @@
{{ content }}
+ +
+ {% if site.github.is_project_page %} + {{ site.title | default: site.github.repository_name }} is maintained by {{ site.github.owner_name }}
+ {% endif %} + This page was generated by GitHub Pages. +
- +
-- cgit v1.2.3