[gcc(refs/users/marxin/heads/sphinx-v7)] fixme: remove custom CSS hunk
Martin Liska
marxin@gcc.gnu.org
Thu Aug 18 13:57:46 GMT 2022
https://gcc.gnu.org/g:f70173dee9330535daf9bff6e0e234997922c059
commit f70173dee9330535daf9bff6e0e234997922c059
Author: Martin Liska <mliska@suse.cz>
Date: Tue Aug 2 11:12:57 2022 +0200
fixme: remove custom CSS hunk
Diff:
---
doc/_static/custom.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/_static/custom.css b/doc/_static/custom.css
index 1282a993e2a..4eb505bca10 100644
--- a/doc/_static/custom.css
+++ b/doc/_static/custom.css
@@ -9,3 +9,8 @@
.wy-nav-content {
max-width: initial;
}
+
+/* FIXME: remove once https://github.com/pradyunsg/furo/pull/493 is merged */
+.sig-inline {
+ padding-left: 0.5rem;
+}
More information about the Gcc-cvs
mailing list