Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2016-05-14 09:16:53 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2016-05-14 09:16:53 +0300
commite14a0e4fec4720c7a30cf186f623d18259b1dd14 (patch)
tree63ee5b7a86406e2ea0c4b2b3878d0b4961691f94
parent2f43381e0ffbffd7821cc545fad7cba3934ea614 (diff)
Add margin-bottom to <pre>
-rw-r--r--static/css/bootie-docs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index 8123f69..f69277e 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -31,7 +31,7 @@ pre {
border-style: none;
border-radius: 0;
padding: 0;
- margin: 0;
+ margin: 0 0 10px;
}
pre code {
white-space: pre;