Stylize the results box a bit more so it's more visible.
[invirt/packages/invirt-web.git] / code / static / style.css
index a764e17..9bea2e9 100644 (file)
@@ -108,3 +108,10 @@ tr.stripedrow {
 form {
     display: inline;
 }
+
+/* styling for the results box */
+.result {
+    background-color: #e8e8ff;
+    border: 1px black solid;
+    padding: 1ex;
+}