summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:57:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:57:56 +0200
commit22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326 (patch)
tree7afe906193c0a31200ea3fa30be9c0813f421879
parentfe9e7121d07c5a134559f02d5dc46cceb3f276c1 (diff)
downloadbuild2-style-22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326.tar.gz
build2-style-22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326.tar.xz
build2-style-22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326.zip
Increase top/bottom margins of pre box
-rw-r--r--pre-box.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-box.css b/pre-box.css
index 30334cc..9cb6723 100644
--- a/pre-box.css
+++ b/pre-box.css
@@ -8,5 +8,5 @@ pre
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0.2em;
padding: .8em .4em .8em .4em;
- margin: .2em -.4em .2em -.4em; /* Use margins of #content. */
+ margin: 2em -.4em 2em -.4em; /* Use margins of #content. */
}