From af930d6ae442daac011ba1fe34c070238b76f640 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 25 Feb 2010 22:02:56 +0100 Subject: [PATCH] Improved layout for detail box --- stylesheet.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 4d30c6a..ae88655 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -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; +} -- 2.20.1