don't use curly braces for string index access
[php-utility-classes.git] / tests / test.css
index 7a26387560bebc3b533fd71544ebf3be94a3db12..81707c467bdd565288650f835958f1982ca9d12a 100755 (executable)
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
 /* general styles */
 
 body {
 /* general styles */
 
 body {
@@ -60,14 +64,27 @@ table.border th {
 }
 #ualist td.ua { font-size: 0.75em; }
 
 }
 #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 */
 
 
 /* other general elements */
 
-div#valid {
+#valid {
   display: none;
 }
 
   display: none;
 }
 
-div#copyright {
+#copyright {
   display: none;
 }
   display: none;
 }