summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/glossary.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/glossary.less')
-rw-r--r--theme/stylesheets/website/glossary.less22
1 files changed, 0 insertions, 22 deletions
diff --git a/theme/stylesheets/website/glossary.less b/theme/stylesheets/website/glossary.less
deleted file mode 100644
index e360627..0000000
--- a/theme/stylesheets/website/glossary.less
+++ /dev/null
@@ -1,22 +0,0 @@
-.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;
- }
- }
-}