summaryrefslogtreecommitdiffstats
path: root/docs/extra.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:10 +0000
commita85f3954a8fe112640c2c35da3228be29b17c97c (patch)
tree7ee43f79639ee53903e7ca389e548974e1497c3a /docs/extra.css
parentInitial commit. (diff)
downloadgitlint-a85f3954a8fe112640c2c35da3228be29b17c97c.tar.xz
gitlint-a85f3954a8fe112640c2c35da3228be29b17c97c.zip
Adding upstream version 0.18.0.upstream/0.18.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/extra.css')
-rw-r--r--docs/extra.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/extra.css b/docs/extra.css
new file mode 100644
index 0000000..12a7663
--- /dev/null
+++ b/docs/extra.css
@@ -0,0 +1,12 @@
+a.toctree-l3 {
+ margin-left: 10px;
+ /* display: none; */
+}
+
+.wy-nav-content {
+ max-width: 1000px;
+}
+
+.document hr {
+ border-top: 1px solid #666;
+} \ No newline at end of file