aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx-static/theme_overrides.css
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-08-18 18:54:40 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-18 18:54:40 -0700
commit5cae6fe27a1dc4053ae2f8f52ef1ef2ca860bbfb (patch)
treedede384fddd9728847f54cdbb318545e6ea3835b /Documentation/sphinx-static/theme_overrides.css
parentMerge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
parentdoc-rst: customize RTD theme, drop padding of inline literal (diff)
downloadlinux-dev-5cae6fe27a1dc4053ae2f8f52ef1ef2ca860bbfb.tar.xz
linux-dev-5cae6fe27a1dc4053ae2f8f52ef1ef2ca860bbfb.zip
Merge tag '4.8-doc-fixes' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet: "Three small fixes for Sphinx-formatted documentation generation" * tag '4.8-doc-fixes' of git://git.lwn.net/linux: doc-rst: customize RTD theme, drop padding of inline literal docs: kernel-documentation: remove some highlight directives docs: Set the Sphinx default highlight language to "guess"
Diffstat (limited to 'Documentation/sphinx-static/theme_overrides.css')
-rw-r--r--Documentation/sphinx-static/theme_overrides.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sphinx-static/theme_overrides.css b/Documentation/sphinx-static/theme_overrides.css
index 3a2ac4bcfd78..e88461c4c1e6 100644
--- a/Documentation/sphinx-static/theme_overrides.css
+++ b/Documentation/sphinx-static/theme_overrides.css
@@ -42,11 +42,12 @@
caption a.headerlink { opacity: 0; }
caption a.headerlink:hover { opacity: 1; }
- /* inline literal: drop the borderbox and red color */
+ /* inline literal: drop the borderbox, padding and red color */
code, .rst-content tt, .rst-content code {
color: inherit;
border: none;
+ padding: unset;
background: inherit;
font-size: 85%;
}