css
This commit is contained in:
parent
1020966179
commit
cfcdbceed7
|
@ -70,11 +70,36 @@ th, td {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, pre code {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
pre, code {
|
pre, code {
|
||||||
white-space: pre-wrap !important;
|
border-radius: 3px;
|
||||||
background: #ededed;
|
font-family: Consolas,"Liberation Mono",Courier,monospace;
|
||||||
border-radius: 2px;
|
}
|
||||||
padding: 2px 5px;
|
pre {
|
||||||
|
background: #f6f6f6 none repeat scroll 0 0;
|
||||||
|
border: 1px solid #e7e9ee;
|
||||||
|
color: #4d4d4c;
|
||||||
|
line-height: 21px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
padding: 10px 10px;
|
||||||
|
}
|
||||||
|
pre, code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
code, kbd, pre, samp {
|
||||||
|
font-family: monospace,monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: #f6f6f6;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue