--- trunk/vhost/style.css 2009/04/21 21:06:31 1132 +++ trunk/vhost/style.css 2009/04/21 23:17:21 1135 @@ -37,6 +37,10 @@ float: left; } +#results ol li { + margin-bottom: 1em; +} + pre { border-top: 1px solid #888; clear: left; @@ -45,5 +49,12 @@ .error { background-color: #fcc; - font-color: 000; + color: 000; +} + +.message { + background-color: #ffc; + color: #000; + padding: 0.5em; + margin: 0.5em; }