added monospace font to textarea
This commit is contained in:
parent
927f7dcca2
commit
9730d84d5c
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ textarea {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.admin textarea {
|
||||
font-family: "monospace";
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#admin dl {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue