diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 3f322b8..12b2e0d 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -9,6 +9,15 @@ input, textarea { color: #000; border: 1px solid #000; } + +label { + width: 8em; + float: top; + text-align: left; + margin-right: 1em; + display: block; +} + a { background: inherit; color: #6E735E;