theme_overrides.css 300 B

123456789101112
  1. @media screen {
  2. /* content column
  3. *
  4. * RTD theme's default is 800px as max width for the content, but we have
  5. * tables with tons of columns, which need the full width of the view-port.
  6. *
  7. * Comment from yocto project theme_overrides.css
  8. */
  9. .wy-nav-content{ max-width: none; }
  10. }