diff options
Diffstat (limited to 'theme/stylesheets/website/glossary.less')
-rw-r--r-- | theme/stylesheets/website/glossary.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/theme/stylesheets/website/glossary.less b/theme/stylesheets/website/glossary.less new file mode 100644 index 0000000..e360627 --- /dev/null +++ b/theme/stylesheets/website/glossary.less @@ -0,0 +1,22 @@ +.book .book-body .page-wrapper .page-inner section.glossary { + margin-bottom: 40px; + + h2 { + a, a:hover { + color: inherit; + text-decoration: none; + } + } + + .glossary-index { + list-style: none; + margin: 0px; + padding: 0px; + + li { + display: inline; + margin: 0px 8px; + white-space: nowrap; + } + } +} |