From: DeForest Richards Date: Tue, 15 Oct 2019 21:27:20 +0000 (+0000) Subject: [Docs] Updates sidebar links and sets max-width property for div.body X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ada11b89658c878aec432d29ea8cb2f22958096d;p=llvm [Docs] Updates sidebar links and sets max-width property for div.body Updates the sidebar links for Getting Started. Also sets max-width on div.body to 1000px. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374949 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index 0046f10b21f..3500403deb1 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -13,10 +13,10 @@

Additional Links

diff --git a/docs/_themes/llvm-theme/static/llvm-theme.css b/docs/_themes/llvm-theme/static/llvm-theme.css index beab2ca2512..4b04e0cbacc 100644 --- a/docs/_themes/llvm-theme/static/llvm-theme.css +++ b/docs/_themes/llvm-theme/static/llvm-theme.css @@ -24,7 +24,6 @@ body { color: black; padding: 0; border: 1px solid #aaa; - margin: 0px 80px 0px 80px; min-width: 740px; } @@ -50,6 +49,7 @@ div.bodywrapper { div.body { margin: 0; padding: 0.5em 20px 20px 20px; + max-width: 1000px; } div.related {