Move password calculation into general library
[misc/kostenrechnung] / stylesheet.css
index 4d30c6a..ae88655 100644 (file)
@@ -66,3 +66,12 @@ span.status_ok {
 span.status_error {
     color: red;
 }
 span.status_error {
     color: red;
 }
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+div#details li {
+    list-style-type: none;
+}