Merge pull request #172 from baiyaaaaa/update-docs

fixed docs style
This commit is contained in:
cinwell.li 2016-09-28 13:34:23 +08:00 committed by GitHub
commit 214fcfd04a

View File

@ -25,6 +25,13 @@
text-decoration: none;
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.hljs {
line-height: 1.8;
font-family: Menlo, Monaco, Consolas, Courier, monospace;