pelican/docs/_static/theme_overrides.css
Ondrej Grover b3fe098c00 Fix #1311 wide tables in RTD theme, remove old theme files
This works by adding a CSS overrides file to the Sphinx app stylesheets.
2014-06-28 16:18:45 -07:00

12 lines
235 B
CSS

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}