summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markup.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/markup.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/markup.less')
-rwxr-xr-xtheme/stylesheets/website/markup.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/stylesheets/website/markup.less b/theme/stylesheets/website/markup.less
new file mode 100755
index 0000000..26e2fdf
--- /dev/null
+++ b/theme/stylesheets/website/markup.less
@@ -0,0 +1,12 @@
+.book .book-body .page-wrapper .page-inner section {
+ display: none;
+}
+
+.book .book-body .page-wrapper .page-inner section.normal {
+ .markup-content(@content-color, @content-line-height);
+
+ .glossary-term {
+ cursor: help;
+ text-decoration: underline;
+ }
+}