X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/3a1649301b207e07fcfa1eb0a617e4c5b2f775e8..6f7f64e3ccab96f63733211256ceeac285f739d4:/vopamoi.css diff --git a/vopamoi.css b/vopamoi.css index 13ac4a9..5eb184e 100644 --- a/vopamoi.css +++ b/vopamoi.css @@ -15,6 +15,18 @@ input.tag { width: 7em; border: none; } +.content { + font-size: 80%; +} +.content, textarea { + margin-left: 2em; + color: #555; + white-space: pre; +} +textarea { + width: 90%; + height: 5em; +} .hide { display: none; }