summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-11-11 13:19:59 +0700
committerGitHub <[email protected]>2025-11-11 13:19:59 +0700
commit8a094e807b34bcc018c971d59acb660b1a9ddf9f (patch)
treea533fccebf77b046bbd6002f9bb077d98a9df6c3 /docs/_static/custom.css
parent96f35fc0a559aa09da70e0dede5a43081615723f (diff)
parenta1ae5b20ccf760282538dd81b9290527757fa9c7 (diff)
Merge pull request #3278 from c1570/improved_docs
Documentation improvements
Diffstat (limited to 'docs/_static/custom.css')
-rw-r--r--docs/_static/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
new file mode 100644
index 000000000..d64d26047
--- /dev/null
+++ b/docs/_static/custom.css
@@ -0,0 +1,3 @@
+.clear-both {
+ clear: both;
+}