summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markup.less
diff options
context:
space:
mode:
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;
+ }
+}