Skip to content

Commit 75b991e

Browse files
committed
[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. llvm-svn: 374949
1 parent c85d0aa commit 75b991e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/docs/_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ <h3>Getting Involved</h3>
1313

1414
<ul class="want-points">
1515
<li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
16-
<li><a href="https://llvm.org/docs/HowToSubmitABug.html">How to submit a bug</a></li>
16+
<li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li>
1717
<li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
1818
<li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
19-
<li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and social events</a></li>
19+
<li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
2020
</ul>
2121

2222
<h3>Additional Links</h3>

llvm/docs/_themes/llvm-theme/static/llvm-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ body {
2424
color: black;
2525
padding: 0;
2626
border: 1px solid #aaa;
27-
2827
margin: 0px 80px 0px 80px;
2928
min-width: 740px;
3029
}
@@ -50,6 +49,7 @@ div.bodywrapper {
5049
div.body {
5150
margin: 0;
5251
padding: 0.5em 20px 20px 20px;
52+
max-width: 1000px;
5353
}
5454

5555
div.related {

0 commit comments

Comments
 (0)