File: theme_overrides.css

package info (click to toggle)
cglm 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,332 kB
  • sloc: ansic: 36,253; makefile: 289; python: 51; sh: 10
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
@media screen {
  /* content column
   *
   * RTD theme's default is 800px as max width for the content, but we have
   * tables with tons of columns, which need the full width of the view-port.
   *
   * Comment from yocto project theme_overrides.css
   */

  .wy-nav-content{ max-width: none; }

}