summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd/mmd.css')
-rw-r--r--tools/mmd/mmd.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index f589125..e8e0f52 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -24,7 +24,6 @@ html, body
width: auto;
margin: 1px;
padding: 2px;
- border: 1px solid black;
float: left;
}
@@ -35,7 +34,6 @@ html, body
margin: 0;
padding: 0;
border: 0;
- float: left;
}
#lcol
@@ -81,10 +79,20 @@ html, body
margin: 1px;
}
-.formfield
+form
+{
+ background-color: white;
+}
+
+input.formfield
{
font: 12pt courier, monospace;
- float: none;
+ float: left;
+}
+
+label.error
+{
+ color: red;
}
#dev