Commits
Darrell Schiebel authored 0a9dabd75a1
1 + | .wy-nav-side { |
2 + | background: #ffffff; |
3 + | } |
4 + | |
5 + | .wy-nav-content { |
6 + | max-width: none; |
7 + | } |
8 + | |
9 + | |
10 + | .wy-menu-vertical a { |
11 + | color: black; |
12 + | } |
13 + | |
14 + | |
15 + | .wy-menu-vertical a:hover { |
16 + | background-color: #e6e6e6; |
17 + | } |
18 + | |
19 + | |
20 + | |
21 + | /* override table width restrictions */ |
22 + | @media screen and (min-width: 767px) { |
23 + | |
24 + | .wy-table-responsive table td { |
25 + | /* !important prevents the common CSS stylesheets from overriding |
26 + | this as on RTD they are loaded after this stylesheet */ |
27 + | white-space: normal !important; |
28 + | } |
29 + | |
30 + | .wy-table-responsive { |
31 + | overflow: visible !important; |
32 + | } |
33 + | } |