mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
update site markdown style
This commit is contained in:
parent
512796b7fe
commit
2fe4590887
@ -69,7 +69,7 @@ code[class*="language-"] ::selection {
|
||||
/* Code blocks */
|
||||
pre[class*="language-"] {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
margin: 1.2em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
@ -107,6 +107,7 @@
|
||||
border: none;
|
||||
background: #f7f7f7;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
overflow: auto;
|
||||
@ -123,7 +124,7 @@
|
||||
empty-cells: show;
|
||||
border: 1px solid #e9e9e9;
|
||||
width: 100%;
|
||||
margin-bottom: 24px;
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.markdown > table th {
|
||||
|
@ -1,6 +1,6 @@
|
||||
.toc {
|
||||
font-size: 14px;
|
||||
margin: 36px 0 24px;
|
||||
margin: 24px 0;
|
||||
background: #fbfbfb;
|
||||
border-left: 2px solid #eee;
|
||||
list-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user