From 62f69224a42d547ee8c2d39f78e8923c04b5b18e Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 27 May 2014 08:40:18 -0700 Subject: [ticket/12599] Add padding on the sides of the inline code boxes. PHPBB3-12599 --- phpBB/docs/assets/css/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css index 9f09a57fd9..d3934e3ca4 100644 --- a/phpBB/docs/assets/css/stylesheet.css +++ b/phpBB/docs/assets/css/stylesheet.css @@ -104,6 +104,7 @@ code { border-width: 1px; border-style: solid; background-color: #FAFAFA; + padding: 0 4px; } #wrap { -- cgit v1.2.1