change: style
This commit is contained in:
parent
62570915eb
commit
9d7d804865
|
@ -15,6 +15,7 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-family: helvetica;
|
font-family: helvetica;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
outline: none;
|
outline: none;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
.grey {
|
.grey {
|
||||||
color: lightgrey;
|
color: lightgrey;
|
||||||
|
|
Loading…
Reference in New Issue