--- trunk/vhost/style.css 2009/04/22 14:27:25 1141 +++ trunk/vhost/style.css 2009/04/24 16:58:10 1150 @@ -6,10 +6,18 @@ } h1 { + margin: 0; font-size: 150%; color: #008; } +h2 { + margin: 0; + font-size: 120%; + color: #008; + padding-top: 1em; +} + #description { font-size: 80%; } @@ -19,6 +27,7 @@ } form label, +form select, form input { float: left; } @@ -27,6 +36,10 @@ clear: left; } +form #inputs { + clear: left; +} + #results { clear: left; float: left;