docs update
This commit is contained in:
parent
785ac9362b
commit
f19f06b133
1 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ img {
|
|||
}
|
||||
|
||||
pre, code {
|
||||
width: 100%;
|
||||
/* width: 100%; */
|
||||
color: #222;
|
||||
background-color: #fff;
|
||||
|
||||
|
@ -189,7 +189,7 @@ pre, code {
|
|||
}
|
||||
|
||||
pre {
|
||||
width: 100%;
|
||||
/* width: 100%; */
|
||||
padding: 10px;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,.1);
|
||||
overflow: auto;
|
||||
|
@ -202,7 +202,7 @@ code {
|
|||
}
|
||||
|
||||
pre code {
|
||||
display: block;
|
||||
/* display: block; */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue