summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/ebook/glossary.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/ebook/glossary.less')
-rw-r--r--theme/stylesheets/ebook/glossary.less28
1 files changed, 0 insertions, 28 deletions
diff --git a/theme/stylesheets/ebook/glossary.less b/theme/stylesheets/ebook/glossary.less
deleted file mode 100644
index 8ed9a1b..0000000
--- a/theme/stylesheets/ebook/glossary.less
+++ /dev/null
@@ -1,28 +0,0 @@
-.section.glossary {
- > h1 {
- text-align: center;
- }
-
- .glossary-entry {
- 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;
- }
- }
- }
-}