diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-22 14:08:57 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-22 14:08:57 +0100 |
| commit | 31db843c9c1f66da4ab2f8f23f969a0671ae6e65 (patch) | |
| tree | 5397687ef14941fb6606a40fe136bf65c0373b3e /docs/_themes | |
| parent | aa3b0265e761eec07055d8f248d677a5cb4e8725 (diff) | |
doc: CSS - fix alignment of code block in figure blocks
BTW: minor profread of reST.rst
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/_themes')
| -rw-r--r-- | docs/_themes/searx/static/searx.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searx/static/searx.css index 347fc71ab..05bbb49da 100644 --- a/docs/_themes/searx/static/searx.css +++ b/docs/_themes/searx/static/searx.css @@ -90,10 +90,16 @@ div.rst-example { } } +/* code block in figures + */ + +div.highlight pre { + text-align: left; +} + /* Table theme */ - thead, tfoot { background-color: #fff; } |