specify font, UI tweaks
This commit is contained in:
parent
a9a37f9ad3
commit
124161c26f
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
font-family: Consolas, Inconsolata, monospace, serif;
|
||||||
|
line-height: .97em;
|
||||||
|
font-size: .95em;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-size: .95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-wrap, #canvas-wrap {
|
#menu-wrap, #canvas-wrap {
|
||||||
|
|
Loading…
Reference in a new issue