aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-10 04:42:19 +0800
committerchriseth <chris@ethereum.org>2018-08-10 04:42:29 +0800
commit4fc15a5beb4dd643318b9f6cd75ae56336be69d1 (patch)
treefc1f74905c394e9809934e3f21d6f141e01439c4 /docs/_static
parent43db88b8363d73ee2f5ffa094ff506414261bd11 (diff)
downloaddexon-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.css14
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;
+}