summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markdown.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-06 13:05:32 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-06 13:05:32 +0200
commit87e056de644de66ca6180afe0b4581f070eb2c67 (patch)
tree503b4689d2ad0f67f7749f0a2ccf1e9129a6de2c /theme/stylesheets/website/markdown.less
parent761200529fd6239c7a04e2526dd718f12ee4f19a (diff)
downloadgitbook-87e056de644de66ca6180afe0b4581f070eb2c67.zip
gitbook-87e056de644de66ca6180afe0b4581f070eb2c67.tar.gz
gitbook-87e056de644de66ca6180afe0b4581f070eb2c67.tar.bz2
Change markdown -> markup in less mixins
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-xtheme/stylesheets/website/markdown.less12
1 files changed, 0 insertions, 12 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less
deleted file mode 100755
index eef2a1d..0000000
--- a/theme/stylesheets/website/markdown.less
+++ /dev/null
@@ -1,12 +0,0 @@
-.book .book-body .page-wrapper .page-inner section {
- display: none;
-}
-
-.book .book-body .page-wrapper .page-inner section.normal {
- .markdown-content(@content-color, @content-line-height);
-
- .glossary-term {
- cursor: help;
- text-decoration: underline;
- }
-}