From 727410cca17ff168ba4337de42782d496b9679fc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 13 Oct 2005 16:18:13 +0000 Subject: Bug 312195: Add an index to all parameters to editparams - Patch by Frédéric Buclin r=joel a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/params.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'skins') diff --git a/skins/standard/params.css b/skins/standard/params.css index 4f46353bd..0390c50e3 100644 --- a/skins/standard/params.css +++ b/skins/standard/params.css @@ -35,6 +35,11 @@ td.selected_section { background-color: white; } +td.index { + color: black; + background-color: #edf; +} + dt { font-weight: bold; } -- cgit v1.2.3-24-g4f1b