fix_rtd.css 206 B

12345678
  1. /* work around https://github.com/snide/sphinx_rtd_theme/issues/149 */
  2. .rst-content table.field-list .field-body {
  3. padding-top: 8px;
  4. }
  5. /* unlimited page width */
  6. .wy-nav-content {
  7. max-width: none;
  8. }