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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip@users.noreply.github.com>2017-02-27 13:28:45 +0300
committerGitHub <noreply@github.com>2017-02-27 13:28:45 +0300
commited684972fa5b7f728b0a4ab7d106e174ace03e27 (patch)
treed682eea820c73f40422d914e37e708ef39269a9a
parent7459a3f0e1a282b68dce4d715f9a480130d6c366 (diff)
parentc847bc494638f720a3373c0844dc7abb5732bf49 (diff)
Merge pull request #5 from kaushalmodi/dont-hardcode-TOC-max-height
Don't hardcode the TOC max height
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6b7c28e..7fe6145 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -683,7 +683,7 @@ a.article-title:hover,
padding-left: 20px;
overflow-y: auto;
line-height: 1.4em;
- max-height: 40.32em;
+ max-height: 85%;
}
.article-toc h3 {
font-weight: bold;