summaryrefslogtreecommitdiff
path: root/docs/source/_static/custom.css
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-10 19:12:58 +0100
committerGitHub <noreply@github.com>2020-11-10 19:12:58 +0100
commitca672373b5def7b4aed695622ba560fb407f1bf9 (patch)
tree0b2ac86611b4f5f92bb7e4c13f696599212dc700 /docs/source/_static/custom.css
parentce2ac7d2d2413074f9855acbaa7be0b4d5d726e4 (diff)
parent52a869470530f3c6bf7820a2b63fa9e17f227a16 (diff)
downloadpodman-ca672373b5def7b4aed695622ba560fb407f1bf9.tar.gz
podman-ca672373b5def7b4aed695622ba560fb407f1bf9.tar.bz2
podman-ca672373b5def7b4aed695622ba560fb407f1bf9.zip
Merge pull request #8292 from Luap99/doc-anchors
[CI:DOCS] Add anchors for flag names on docs.podman.io
Diffstat (limited to 'docs/source/_static/custom.css')
-rw-r--r--docs/source/_static/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
new file mode 100644
index 000000000..6974d8514
--- /dev/null
+++ b/docs/source/_static/custom.css
@@ -0,0 +1,7 @@
+h2,h3,h4,h5,h6{
+ /* Sphinx doesn't respect using a h4 header without using h1,h2,h3.
+ The flag names will be rendered as h2 and by default way to big
+ so make the font size for all headers except h1 smaller.
+ */
+ font-size: 120% !important;
+}