diff options
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; +} + |