mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix table css.
This commit is contained in:
parent
43db88b836
commit
4fc15a5beb
@ -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;
|
||||||
}
|
}
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user