diff options
author | chriseth <chris@ethereum.org> | 2018-08-10 04:42:19 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-08-10 04:42:29 +0800 |
commit | 4fc15a5beb4dd643318b9f6cd75ae56336be69d1 (patch) | |
tree | fc1f74905c394e9809934e3f21d6f141e01439c4 /docs/_static | |
parent | 43db88b8363d73ee2f5ffa094ff506414261bd11 (diff) | |
download | dexon-solidity-4fc15a5beb4dd643318b9f6cd75ae56336be69d1.tar.gz dexon-solidity-4fc15a5beb4dd643318b9f6cd75ae56336be69d1.tar.zst dexon-solidity-4fc15a5beb4dd643318b9f6cd75ae56336be69d1.zip |
Fix table css.
Diffstat (limited to 'docs/_static')
-rw-r--r-- | docs/_static/css/custom.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css new file mode 100644 index 00000000..fd506203 --- /dev/null +++ b/docs/_static/css/custom.css @@ -0,0 +1,14 @@ +pre { + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; +} + +.wy-table-responsive table td, .wy-table-responsive table th { + white-space: normal; +} +.rst-content table.docutils td { + vertical-align: top; +} |