summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/_templates/indexsidebar.html4
-rw-r--r--llvm/docs/_themes/llvm-theme/static/llvm-theme.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html
index 0046f10b21f..3500403deb1 100644
--- a/llvm/docs/_templates/indexsidebar.html
+++ b/llvm/docs/_templates/indexsidebar.html
@@ -13,10 +13,10 @@
<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>
diff --git a/llvm/docs/_themes/llvm-theme/static/llvm-theme.css b/llvm/docs/_themes/llvm-theme/static/llvm-theme.css
index beab2ca2512..4b04e0cbacc 100644
--- a/llvm/docs/_themes/llvm-theme/static/llvm-theme.css
+++ b/llvm/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 {
OpenPOWER on IntegriCloud