Merge tag 'docs-4.9' of git://git.lwn.net/linux
[linux] / Documentation / sphinx-static / theme_overrides.css
index 0fe6f18..d5764a4 100644 (file)
        font-family: "Courier New", Courier, monospace
     }
 
-    /* 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%;
     }