From 8feb2a57fb97189ba95a18b31020e0b7d44d7db4 Mon Sep 17 00:00:00 2001 From: bogdankol <68349689+bogdankol@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:26:02 +0200 Subject: fixed inner lists styles (#1296) * merged css and js files and layout from dev branch * merged here Robert's PR * new conf.py file * added a comment * added a comment2 * asd1 * asd2 * asd3 * asd4 * asd5 * asd6 * asd7 * sad --- docs/_static/css/code-snippets.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_static') diff --git a/docs/_static/css/code-snippets.css b/docs/_static/css/code-snippets.css index 0ae5464d..746398ff 100644 --- a/docs/_static/css/code-snippets.css +++ b/docs/_static/css/code-snippets.css @@ -201,6 +201,10 @@ margin: 0 } +.rst-content #site-to-site blockquote { + margin: 15px 0 15px 24px +} + @media screen and (max-width: 991px) { .rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, -- cgit v1.2.3