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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2018-01-28 07:04:41 +0300
committerparsiya <parsiya@gmail.com>2018-01-28 07:04:41 +0300
commitd9db1d4e717904ba99411674e5f92fec5425e24d (patch)
tree29db14afaf6fdb1ab3d6c6d6cbe9a205a7fe74d1
parentd7c0ac27c0dbbf1d1fdfd2e83cfcbb0678884d0a (diff)
Fix bottom margins for codecaption and code blocks
-rw-r--r--static/css/hugo-octopress.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css
index 358c19e..37d8845 100644
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -1381,7 +1381,7 @@ pre {
-o-border-radius: 0.0em;
border-radius: 0.0em;
line-height: 1.45em;
- margin-bottom: 0em;
+ margin-bottom: 0.8em;
padding: 0em 0em;
color: #93a1a1;
font-size: 80%; /* change the code font size */
@@ -1760,7 +1760,7 @@ figure.code {
background: none;
padding: 0;
border: 0;
- margin-bottom: 1.5em
+ margin-bottom: 0.8em
}
figure.code pre {
margin-bottom: 0