提交 a1ec7616 编写于 作者: D David Anderson 提交者: Greg Hogan

[FLINK-5742] [docs] allow sidenav to work for widths down to 992

This closes #3821
上级 6b451d94
......@@ -69,10 +69,10 @@ under the License.
the _layouts directory goes here.
{% endcomment %}
<div class="row">
<div class="col-lg-3">
<div class="col-lg-3" id="sidenavcol">
{% include sidenav.html %}
</div>
<div class="col-lg-9 content">
<div class="col-lg-9 content" id="contentcol">
{% if page.mathjax %}
{% include latex_commands.html %}
{% endif %}
......
......@@ -30,6 +30,11 @@ body {
background: #f8f8f8;
}
@media (min-width: 992px) and (max-width: 1200px) {
#contentcol { float: left; width: 70%; }
#sidenavcol { float: left; width: 30%; }
}
/*=============================================================================
Per page TOC
=============================================================================*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册