diff options
Diffstat (limited to 'documentation/sphinx-static/theme_overrides.css')
| -rw-r--r-- | documentation/sphinx-static/theme_overrides.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index d235cb826f..3cb16dbccc 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/sphinx-static/theme_overrides.css | |||
| @@ -99,14 +99,19 @@ em { | |||
| 99 | [alt='Permalink'] { color: #eee; } | 99 | [alt='Permalink'] { color: #eee; } |
| 100 | [alt='Permalink']:hover { color: black; } | 100 | [alt='Permalink']:hover { color: black; } |
| 101 | 101 | ||
| 102 | .literal-block { | ||
| 103 | background: #f8f8f8; | ||
| 104 | } | ||
| 105 | |||
| 102 | @media screen { | 106 | @media screen { |
| 103 | /* content column | 107 | .wy-nav-content { |
| 104 | * | 108 | max-width: 1000px; |
| 105 | * RTD theme's default is 800px as max width for the content, but we have | 109 | background: #fcfcfc; |
| 106 | * tables with tons of columns, which need the full width of the view-port. | 110 | } |
| 107 | */ | ||
| 108 | 111 | ||
| 109 | .wy-nav-content{max-width: none; } | 112 | .wy-nav-content-wrap { |
| 113 | background: #efefef; | ||
| 114 | } | ||
| 110 | 115 | ||
| 111 | /* inline literal: drop the borderbox, padding and red color */ | 116 | /* inline literal: drop the borderbox, padding and red color */ |
| 112 | code, .rst-content tt, .rst-content code { | 117 | code, .rst-content tt, .rst-content code { |
