Add logo (#28)

* Fix table style

* Add logo

* Update index.html

* Update doc
This commit is contained in:
cinwell.li 2016-12-18 15:30:50 +08:00 committed by GitHub
commit 9ba989c86c
11 changed files with 45 additions and 33 deletions

View file

@ -241,6 +241,7 @@ main {
overflow: auto;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 1em;
}
.markdown-section th {
@ -255,7 +256,6 @@ main {
}
.markdown-section tr {
background-color: #fff;
border-top: 1px solid #ccc;
&:nth-child(2n) {
background-color: #f8f8f8;