make sure that values like '0' are valid in select options
[php-utility-classes.git] / tests / test.css
index 25983aba348531833fbd16fcc4d77b59e4d754fe..81707c467bdd565288650f835958f1982ca9d12a 100755 (executable)
@@ -64,14 +64,27 @@ table.border th {
 }
 #ualist td.ua { font-size: 0.75em; }
 
+ul.flat {
+ list-style-type: none;
+ margin: 0em;
+ padding: 0px;
+}
+ul.flat li {
+ margin: 0 0 0.2em 0;
+ padding: 0px;
+}
+p.flat { border: 0px; margin: 0px; padding: 0px; }
 
+ul.flat li.summary {
+ margin-top: 1em;
+}
 
 /* other general elements */
 
-div#valid {
+#valid {
   display: none;
 }
 
-div#copyright {
+#copyright {
   display: none;
 }