summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markup.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-17 14:07:15 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-17 14:07:15 +0100
commit6ee9a3a64c76109719227a056ae2b29cb447cd76 (patch)
tree4cc2f8202a83369501a74625ee953b10b286de5b /theme/stylesheets/website/markup.less
parentc0196c97a50786cd28c9b72197b39fefb47be333 (diff)
downloadgitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.zip
gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.gz
gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.bz2
Remove old theme
Diffstat (limited to 'theme/stylesheets/website/markup.less')
-rwxr-xr-xtheme/stylesheets/website/markup.less12
1 files changed, 0 insertions, 12 deletions
diff --git a/theme/stylesheets/website/markup.less b/theme/stylesheets/website/markup.less
deleted file mode 100755
index 90f2225..0000000
--- a/theme/stylesheets/website/markup.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 {
- .gitbook-markdown(@md-color: @content-color, @md-line-height: @content-line-height);
-
- .glossary-term {
- cursor: help;
- text-decoration: underline;
- }
-}