summaryrefslogtreecommitdiffstats
path: root/docs/source/static
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 17:45:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 17:45:09 +0000
commitda1a8f12d7a38f67f3f464aaaffa851f929ae4ea (patch)
tree677688f3aeab7f324f266d106770165708522c2c /docs/source/static
parentInitial commit. (diff)
downloadpython-netaddr-upstream.tar.xz
python-netaddr-upstream.zip
Adding upstream version 0.10.1.upstream/0.10.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/source/static')
-rw-r--r--docs/source/static/custom.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/static/custom.css b/docs/source/static/custom.css
new file mode 100644
index 0000000..d023d9a
--- /dev/null
+++ b/docs/source/static/custom.css
@@ -0,0 +1,5 @@
+article a.reference.external::after {
+ content: url('data:image/svg+xml,<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23607D8B" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /><line x1="10" y1="14" x2="20" y2="4" /><polyline points="15 4 20 4 20 9" /></svg>');
+ margin: 0 0.1em;
+ vertical-align: middle;
+}