2 * CSS for the options reference page.
3 * Putting it in its own file allows for iteration w/o re-running
4 * generate-documentation.py
13 #main { margin-top: 0; }
14 .row { margin-top: 0; }
15 .dygraphs-side-nav .nav>li>a {
28 /* This prevents the sidenav from floating on top of the content on small
29 * screens, tablet and mobile.
30 * Where does 992px come from? */
31 @media screen and
(max-width: 992px) {
32 .dygraphs-side-nav.affix {