From 3b4007f8feb9584b42183f3b0b9465acf089dd6a Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 18 Dec 2010 07:02:49 +0000 Subject: [PATCH] Dark disturbance. --- installer/resources/themes/console/dark/console.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 4cb2c7b1d..bf4c946d5 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -567,11 +567,19 @@ div.main li { word-wrap: break-word; } + div.main li b { + color: #b70 !important; + letter-spacing: 0.07em; + font-size: 9pt; + text-shadow: 0 1px 1px #700; +} + +.links b{ color: #b70 !important; letter-spacing: 0.07em; font-size: 9.5pt; - line-height: 200%; + line-height: 165%; text-shadow: 0 1px 1px #700; } @@ -585,7 +593,7 @@ div.main li b { } .tidylist:last-child { - padding-bottom: 15px; + padding-bottom: 10px; } .tidylist code {