diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-02 14:40:14 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-06 09:45:22 +0200 |
commit | 7363580095dfe71b853658437eab8e86016adbd3 (patch) | |
tree | 5de31c621444798a3aa87ad69c0d55d19d6396b1 /theme/stylesheets/base/markdown.less | |
parent | 23a46b0597635e098dc3a375765ddb25ac9d0c05 (diff) | |
download | gitbook-7363580095dfe71b853658437eab8e86016adbd3.zip gitbook-7363580095dfe71b853658437eab8e86016adbd3.tar.gz gitbook-7363580095dfe71b853658437eab8e86016adbd3.tar.bz2 |
Fix glossary page using a "section" instead of a "div"
Diffstat (limited to 'theme/stylesheets/base/markdown.less')
-rw-r--r-- | theme/stylesheets/base/markdown.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less index a214502..f23b7b4 100644 --- a/theme/stylesheets/base/markdown.less +++ b/theme/stylesheets/base/markdown.less @@ -323,7 +323,6 @@ max-width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; - page-break-inside: avoid; } code { |