Zack Williams | 3645191 | 2022-03-04 20:31:37 -0700 | [diff] [blame^] | 1 | /* |
| 2 | * SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | * SPDX-License-Identifier: Apache-2.0 |
| 4 | * |
| 5 | */ |
| 6 | |
| 7 | /* Don't restrict content width on the RTD theme |
| 8 | * from: https://stackoverflow.com/a/32898444 */ |
| 9 | |
| 10 | .wy-nav-content { |
| 11 | max-width: none; |
| 12 | } |
| 13 | |
| 14 | .wy-table-responsive table td, .wy-table-responsive table th { |
| 15 | white-space: normal; |
| 16 | } |
| 17 | |
| 18 | .wy-side-nav-search { |
| 19 | background-color: #d9d9d9; |
| 20 | } |
| 21 | |
| 22 | .wy-side-nav-search>div.version { |
| 23 | color: #404040; |
| 24 | } |