Improved layout for detail box
authorJoey Schulze <joey@infodrom.org>
Thu, 25 Feb 2010 21:02:56 +0000 (22:02 +0100)
committerJoey Schulze <joey@infodrom.org>
Thu, 25 Feb 2010 21:02:56 +0000 (22:02 +0100)
stylesheet.css

index 4d30c6a..ae88655 100644 (file)
@@ -66,3 +66,12 @@ span.status_ok {
 span.status_error {
     color: red;
 }
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+div#details li {
+    list-style-type: none;
+}