aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-13 21:15:31 +0800
committerGitHub <noreply@github.com>2018-08-13 21:15:31 +0800
commit23789482280217806a2738c413e3ef1b4afba1d6 (patch)
treeef9383f23a6743a90081286ff17eaf90105b8bbf
parenta2c754b3fed422b3d8027a5298624bcfed3744a5 (diff)
parent4fc15a5beb4dd643318b9f6cd75ae56336be69d1 (diff)
downloaddexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar.gz
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar.bz2
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar.lz
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar.xz
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.tar.zst
dexon-solidity-23789482280217806a2738c413e3ef1b4afba1d6.zip
Merge pull request #4794 from ethereum/tableWrap
Fix table css.
-rw-r--r--docs/_static/css/custom.css (renamed from docs/docs-css/custom.css)6
-rw-r--r--docs/conf.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs-css/custom.css b/docs/_static/css/custom.css
index 970148ed..fd506203 100644
--- a/docs/docs-css/custom.css
+++ b/docs/_static/css/custom.css
@@ -7,8 +7,8 @@ pre {
}
.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 {
- white-space: pre-wrap;
+.rst-content table.docutils td {
+ vertical-align: top;
}
diff --git a/docs/conf.py b/docs/conf.py
index 55f4f1a8..233ff7b6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -143,7 +143,7 @@ html_theme = 'sphinx_rtd_theme'
# 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,
# 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
# .htaccess) here, relative to this directory. These files are copied