summaryrefslogtreecommitdiffstats
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
parent761200529fd6239c7a04e2526dd718f12ee4f19a (diff)
downloadgitbook-87e056de644de66ca6180afe0b4581f070eb2c67.zip
gitbook-87e056de644de66ca6180afe0b4581f070eb2c67.tar.gz
gitbook-87e056de644de66ca6180afe0b4581f070eb2c67.tar.bz2
Change markdown -> markup in less mixins
-rw-r--r--theme/stylesheets/base/markup.less (renamed from theme/stylesheets/base/markdown.less)2
-rw-r--r--theme/stylesheets/base/mixins.less2
-rw-r--r--theme/stylesheets/ebook/base.less2
-rwxr-xr-xtheme/stylesheets/website.less2
-rwxr-xr-xtheme/stylesheets/website/markup.less (renamed from theme/stylesheets/website/markdown.less)2
5 files changed, 5 insertions, 5 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markup.less
index 8e4a2d8..39ebbe2 100644
--- a/theme/stylesheets/base/markdown.less
+++ b/theme/stylesheets/base/markup.less
@@ -1,4 +1,4 @@
-.markdown-content(@md-color: #000, @md-line-height: 1.7, @md-link-color: #4183c4, @md-code-background: #f7f7f7, @md-code-fontsize: 0.85, @md-blockquote-color: #858585, @md-blockquote-border: #e5e5e5) {
+.markup-content(@md-color: #000, @md-line-height: 1.7, @md-link-color: #4183c4, @md-code-background: #f7f7f7, @md-code-fontsize: 0.85, @md-blockquote-color: #858585, @md-blockquote-border: #e5e5e5) {
// Rate of growth for headings
@scale: 0.25;
diff --git a/theme/stylesheets/base/mixins.less b/theme/stylesheets/base/mixins.less
index 14539cf..7175ce1 100644
--- a/theme/stylesheets/base/mixins.less
+++ b/theme/stylesheets/base/mixins.less
@@ -1,4 +1,4 @@
-@import "./markdown.less";
+@import "./markup.less";
.link-inherit {
color: inherit;
diff --git a/theme/stylesheets/ebook/base.less b/theme/stylesheets/ebook/base.less
index 842c13c..65a053c 100644
--- a/theme/stylesheets/ebook/base.less
+++ b/theme/stylesheets/ebook/base.less
@@ -13,7 +13,7 @@ body {
.page {
// Section and first titles
.section {
- .markdown-content(@text-color, 1.6, @md-link-color: @link-color);
+ .markup-content(@text-color, 1.6, @md-link-color: @link-color);
}
// Hide the title (only used to build PDF table of content)
diff --git a/theme/stylesheets/website.less b/theme/stylesheets/website.less
index 9ef8dee..d808a0b 100755
--- a/theme/stylesheets/website.less
+++ b/theme/stylesheets/website.less
@@ -12,7 +12,7 @@
@import "website/summary.less";
@import "website/body.less";
@import "website/buttons.less";
-@import "website/markdown.less";
+@import "website/markup.less";
@import "website/navigation.less";
@import "website/glossary.less";
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markup.less
index eef2a1d..26e2fdf 100755
--- a/theme/stylesheets/website/markdown.less
+++ b/theme/stylesheets/website/markup.less
@@ -3,7 +3,7 @@
}
.book .book-body .page-wrapper .page-inner section.normal {
- .markdown-content(@content-color, @content-line-height);
+ .markup-content(@content-color, @content-line-height);
.glossary-term {
cursor: help;