aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-27 08:40:18 -0700
committerCesar G <prototech91@gmail.com>2015-02-25 20:02:28 -0800
commit62f69224a42d547ee8c2d39f78e8923c04b5b18e (patch)
tree48953cd8960e8be570c653c187be220a7a5e43ce
parent5cd3e7627c468124a05030d98043022d959675bc (diff)
downloadforums-62f69224a42d547ee8c2d39f78e8923c04b5b18e.tar
forums-62f69224a42d547ee8c2d39f78e8923c04b5b18e.tar.gz
forums-62f69224a42d547ee8c2d39f78e8923c04b5b18e.tar.bz2
forums-62f69224a42d547ee8c2d39f78e8923c04b5b18e.tar.xz
forums-62f69224a42d547ee8c2d39f78e8923c04b5b18e.zip
[ticket/12599] Add padding on the sides of the inline code boxes.
PHPBB3-12599
-rw-r--r--phpBB/docs/assets/css/stylesheet.css1
1 files changed, 1 insertions, 0 deletions
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 {