X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/97a1b45c11a71728664e994cbcdca4801baa8635..refs/tags/0.1.30:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index a764e17..9bea2e9 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -108,3 +108,10 @@ tr.stripedrow { form { display: inline; } + +/* styling for the results box */ +.result { + background-color: #e8e8ff; + border: 1px black solid; + padding: 1ex; +}