diff options
| author | DeForest Richards <d4m1887@gmail.com> | 2019-10-15 21:27:20 +0000 |
|---|---|---|
| committer | DeForest Richards <d4m1887@gmail.com> | 2019-10-15 21:27:20 +0000 |
| commit | 75b991ebdf85f2a7a8914abbc2a1bbf2071ab786 (patch) | |
| tree | 0f33f6b2e208c91d54c0252b2bb85efe753f824e /llvm/docs/_themes/llvm-theme | |
| parent | c85d0aaa2a6db5e71dddd76f9c380d8b786c5c9e (diff) | |
| download | bcm5719-llvm-75b991ebdf85f2a7a8914abbc2a1bbf2071ab786.tar.gz bcm5719-llvm-75b991ebdf85f2a7a8914abbc2a1bbf2071ab786.zip | |
[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
Diffstat (limited to 'llvm/docs/_themes/llvm-theme')
| -rw-r--r-- | llvm/docs/_themes/llvm-theme/static/llvm-theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |

