Do not permit override of "height" for <input />; conflict with font-size.
authorshort <>
Sat, 1 Jan 2005 16:38:57 +0000 (16:38 +0000)
committershort <>
Sat, 1 Jan 2005 16:38:57 +0000 (16:38 +0000)
.userContent.css

index 1501914..a91d01c 100644 (file)
@@ -49,6 +49,10 @@ html * input,html * select,html * textarea {
        border-width: 1px !important;
        margin: 1px !important;
        }
+html * input,html * select {
+       /* Conflicts with font-size etc.: */
+       height: auto !important;
+       }
 html * input *,html * select *,html * textarea * {
        background-color: navy !important;
        }