Fix code and dd tags
This commit is contained in:
parent
c90daec5f4
commit
604268e5b5
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ code {
|
|||
padding: 1px 3px;
|
||||
border-radius: 5px;
|
||||
margin: 0 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
|
@ -68,7 +69,8 @@ ul {
|
|||
margin: 20px;
|
||||
}
|
||||
|
||||
ul ul {
|
||||
ul ul,
|
||||
dd {
|
||||
margin: 5px 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue