From 274272111f8cdc8a0a43402cbafddfba15bfd340 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 6 Dec 2010 15:40:57 +0000 Subject: [PATCH] Light finessing. --- installer/resources/themes/console/light/console.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 3593da6080..59f0c2cf67 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -232,6 +232,7 @@ div.tunnels table { div.tunnels td, div.tunnels img:first-child { margin: 0 !important; + text-transform: capitalize; } .tunnels tr { @@ -405,6 +406,7 @@ div.news li { opacity: 1; background: #ffe url('images/header.png') center center repeat-x; -moz-box-shadow: 0px 1px 1px 1px #ccf; + -moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4); } /* @@ -611,7 +613,7 @@ div.main li { } div.main li b { - color: #151!important; + color: #514!important; letter-spacing: 0.02em; font-size: 9.5pt; line-height: 170%; -- GitLab