这是计算器的降价效果的代码:
Code from stackoverflow
Nearly no extra space at the beginning
这是gitbook的降价效果的代码:
在开头的额外的空白是混淆了我。 所以,我决定自己去改变它。
我所做的:
cd /usr/local/lib/node_modules/gitbook/theme/stylesheets/base
vim markdown.less
其中有一个代码块,它看起来像:
code {
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: #f7f7f7;
border-radius: 3px;
}
我改变了font-size
,以385%
和border-radius
,以0px
。 我用git serve .
重新启动我的gitbook服务器,但该代码的效果并没有改变。
我得到了这些文件,这HAVS code
在主题目录中的关键字,这是我应该修改?
.//assets/app.js
.//assets/fonts/fontawesome/fontawesome-webfont.svg
.//assets/fonts/fontawesome/fontawesome-webfont.ttf
.//assets/fonts/fontawesome/FontAwesome.otf
.//assets/print.css
.//assets/style.css
.//javascript/utils/sharing.js
.//stylesheets/base/markdown.less
.//stylesheets/base/normalize.less
.//stylesheets/website/highlight/night.less
.//stylesheets/website/highlight/white.less
.//stylesheets/website/markdown.less
.//templates/book/includes/exercise.html
.//templates/ebook/includes/exercise.html
还有什么应该怎么办?