From 0fc765a1fdfafda890ca615bddf785ed2c98bd09 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 11 Oct 2018 22:22:41 -0400 Subject: [PATCH] .css --- docs/source/_templates/hacks.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/_templates/hacks.html b/docs/source/_templates/hacks.html index 708e2b0..bb8edb7 100644 --- a/docs/source/_templates/hacks.html +++ b/docs/source/_templates/hacks.html @@ -27,10 +27,12 @@ font-weight: 400 !important; } - .si { + .si, + .s1 { font-style: italic !important; } + /* "Quick Search" should be not be shown for now. */ div#searchbox h3 { display: none;