diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-10 18:02:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:43:03 +0200 |
commit | 93ac69d1fe8c18ab37889f0387a128d65c3eefa0 (patch) | |
tree | ead4048235e250479851c0e0a70ba70a7b0c4508 /docs/fr/source/_static/css/custom.css | |
parent | 440e5021bd0eb229d369d6e91c084e53fe097b23 (diff) | |
download | Ishtar-93ac69d1fe8c18ab37889f0387a128d65c3eefa0.tar.bz2 Ishtar-93ac69d1fe8c18ab37889f0387a128d65c3eefa0.zip |
📝 documentation: first try to integrate auto-generated explicit fields description
Diffstat (limited to 'docs/fr/source/_static/css/custom.css')
-rw-r--r-- | docs/fr/source/_static/css/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/fr/source/_static/css/custom.css b/docs/fr/source/_static/css/custom.css new file mode 100644 index 000000000..f9a131c54 --- /dev/null +++ b/docs/fr/source/_static/css/custom.css @@ -0,0 +1,9 @@ +.line cite{ + font-size: 0.9em; +} + +.wy-table-responsive table td, .wy-table-responsive table th, +.rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead { + white-space: normal !important; +} + |