summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorbogdankol <68349689+bogdankol@users.noreply.github.com>2024-02-28 23:26:02 +0200
committerGitHub <noreply@github.com>2024-02-28 22:26:02 +0100
commit8feb2a57fb97189ba95a18b31020e0b7d44d7db4 (patch)
tree1c599ec90bdfd66a8f5856ae293c0da4e4814095 /docs/_static
parenta8d2dedab21b996f1aac86d360089a6dbc8e6963 (diff)
downloadvyos-documentation-8feb2a57fb97189ba95a18b31020e0b7d44d7db4.tar.gz
vyos-documentation-8feb2a57fb97189ba95a18b31020e0b7d44d7db4.zip
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
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/code-snippets.css4
1 files changed, 4 insertions, 0 deletions
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,