make codeblocks useable
This commit is contained in:
parent
42ea42a97d
commit
ec77b3cb7d
2 changed files with 14 additions and 2 deletions
|
@ -175,6 +175,18 @@ a:visited:hover, a:visited:active {
|
|||
list-style-type:none;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
code {
|
||||
vertical-align: baseline;
|
||||
background-color: #008b8b70;
|
||||
border-radius: 4px;
|
||||
padding: 1px 4px;
|
||||
}
|
||||
|
||||
@media screen and (max-width:48em) {
|
||||
|
||||
.legal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue