diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-08-14 22:57:38 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-14 22:57:38 +0300 |
commit | d9bd993640d34ca97b1f4c4bc317399cfe661a9a (patch) | |
tree | 6460eb539df2a28848e3c8a8192d7cbca48dac7c /Documentation | |
parent | 34df2a45bdcea483c46ba80dd1197720b5416c48 (diff) | |
parent | d1669c8288a2c86daa6fd59c7fb938c08589d053 (diff) | |
download | linux-d9bd993640d34ca97b1f4c4bc317399cfe661a9a.tar.xz |
Merge branch 'doc/4.8-fixes' into docs-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sphinx-static/theme_overrides.css | 3 |
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%; } |