Fix table css.

This commit is contained in:
chriseth 2018-08-09 22:42:19 +02:00
parent 43db88b836
commit 4fc15a5beb
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ pre {
} }
.wy-table-responsive table td, .wy-table-responsive table th { .wy-table-responsive table td, .wy-table-responsive table th {
white-space: pre-wrap; white-space: normal;
} }
.wy-table-responsive table td, .wy-table-responsive table th { .rst-content table.docutils td {
white-space: pre-wrap; vertical-align: top;
} }

View File

@ -143,7 +143,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = [] html_static_path = ['_static']
# Add any extra paths that contain custom files (such as robots.txt or # Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied # .htaccess) here, relative to this directory. These files are copied