Add logo (#28)
* Fix table style * Add logo * Update index.html * Update doc
This commit is contained in:
parent
ab34cc97f9
commit
9ba989c86c
11 changed files with 45 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue