]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Documentation/sphinx-static/theme_overrides.css
Merge tag 'docs-4.9' of git://git.lwn.net/linux
[mirror_ubuntu-artful-kernel.git] / Documentation / sphinx-static / theme_overrides.css
index 0fe6f1824a461a734a4cb6310dab52ba6b552d96..d5764a4de5a2cc7702936d10853f49f633d1d938 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%;
     }