Fix #1311 wide tables in RTD theme, remove old theme files

This works by adding a CSS overrides file to the Sphinx app stylesheets.
This commit is contained in:
Ondrej Grover 2014-04-28 20:37:49 +02:00
commit 00a5a0f0df
8 changed files with 18 additions and 289 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

12
docs/_static/theme_overrides.css vendored Normal file
View file

@ -0,0 +1,12 @@
/* 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;
}