From 369dae5eda08f839f2d59ba009b46b8cf146b75c Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Fri, 12 Mar 2010 15:50:44 +0100 Subject: [PATCH] Adjust color in details box --- stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 63b5ccf..f6e97e1 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -98,6 +98,10 @@ span.status_error { color: red; } +div#details { + color: #555; +} + div#details ul { padding: 0; margin: 0; -- 2.20.1