mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
b4f6df2fb6
commit
00a5a0f0df
8 changed files with 18 additions and 289 deletions
BIN
docs/_static/pelican.gif
vendored
BIN
docs/_static/pelican.gif
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
BIN
docs/_static/pelican.png
vendored
BIN
docs/_static/pelican.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 6.3 KiB |
12
docs/_static/theme_overrides.css
vendored
Normal file
12
docs/_static/theme_overrides.css
vendored
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue