]> granicus.if.org Git - llvm/commitdiff
[Docs] Updates sidebar links and sets max-width property for div.body
authorDeForest Richards <d4m1887@gmail.com>
Tue, 15 Oct 2019 21:27:20 +0000 (21:27 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Tue, 15 Oct 2019 21:27:20 +0000 (21:27 +0000)
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

docs/_templates/indexsidebar.html
docs/_themes/llvm-theme/static/llvm-theme.css

index 0046f10b21f76117a6b4f2687b3afd5e0baa9540..3500403deb19dc925ebcf973b61ad7c60a755a43 100644 (file)
 
 <ul class="want-points">
     <li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
-    <li><a href="https://llvm.org/docs/HowToSubmitABug.html">How to submit a bug</a></li>
+    <li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li>
     <li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
     <li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
-    <li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and social events</a></li>
+    <li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
 </ul>
 
 <h3>Additional Links</h3>
index beab2ca2512b1cf1a49d85f9263c9fbd84e90c1e..4b04e0cbaccfd345a50643b365c2abbab22ae672 100644 (file)
@@ -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 {