Author: dieppe
Date: 2008-10-30 11:39:17 +0000 (Thu, 30 Oct 2008)
New Revision: 23224
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
Log:
looks better this way
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
===================================================================
---
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
2008-10-30 08:59:50 UTC (rev 23223)
+++
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
2008-10-30 11:39:17 UTC (rev 23224)
@@ -390,19 +390,19 @@
}
span.connected{
-color: #001100;
+color: #fff;
}
span.disconnected{
-color: #445544;
+color: #aaa;
}
div.histogramConnected{
-background: #001100;
+background: #fff;
}
div.histogramDisconnected{
-background: #445544;
+background: #aaa;
}
span.peer_connected {