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
path: root/static
diff options
context:
space:
mode:
authorparsiya@gmail.com <parsiya@gmail.com>2016-04-10 03:58:58 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-04-10 03:58:58 +0300
commita40d7c6a01439ff0592747fd24313c45d955559d (patch)
tree09e03df48de4cb779acc32686fc0f6a80457aa7b /static
parent0b68aa05b5fc847ccc0474be05e338ab1577d413 (diff)
Add optional sidebar menu. Fixes #7
Diffstat (limited to 'static')
-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 1163bf0..1862bf5 100644
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -1930,10 +1930,10 @@ aside.sidebar {
aside.sidebar section {
font-size: 0.9em;
line-height: 1.4em;
- margin-bottom: 1.5em
+ margin-bottom: 0.5em
}
aside.sidebar section h1 {
- margin: 1.5em 0 0;
+ margin: 0.5em 0 0;
padding-bottom: .2em;
border-bottom: 1px solid #e0e0e0
}