2 padding-top: 100px; /* required for fixed header */
7 border-bottom: 1px solid lightgray
;
13 .navbar-brand a, navbar-brand a:visited {
17 .navbar-brand a:hover {
18 text-decoration: none
;
21 display: inline-block
;
28 @media screen and
(min-width: 992px) {
29 /* without this, the right-most menu goes off the page */
34 @media screen and
(min-width: 768px) and
(max-width: 992px) {
35 /* The topnav drops down to the next line between these sizes. We must accomodate. */
39 /* center the menu and logo */
47 display: table; /* shrink to fit */
48 margin-left: auto
; /* center */
52 @media screen and
(max-width: 768px) {
53 #header .nav-collapse
.in
li, #header
.nav-collapse
.collapsing
li {
56 #header .nav-collapse
.in
.nav
, #header
.nav-collapse
.collapsing
.nav
{
61 white-space: pre-wrap
;
63 background: transparent
;
70 @media screen and
(max-width: 768px) {
71 /* aspect ratio is weird on phones */
101 /* maybe just used on annotations.html ? */
107 border-collapse: collapse
;
123 border: 1px dashed black;
128 #current-release p:last-child
{
132 /* When you visit dygraphs.com/options.html#errorBars, the fixed top nav
133 * obscures the top 100px of content for that anchor. This is a workaround.
134 * See http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
137 padding-top: 100px; /* matches body { padding-top } */
138 margin-top: -100px; /* matches body { padding-top } */
139 display: inline-block
; /* required for webkit browsers */
141 @media screen and
(min-width: 768px) and
(max-width: 992px) {
143 padding-top: 130px; /* matches body { padding-top } */
144 margin-top: -130px; /* matches body { padding-top } */
145 display: inline-block
; /* required for webkit browsers */