From d783618d16b893cf29eed0fb47aa691278b1bbb8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 27 Nov 2004 13:25:39 +0000 Subject: [PATCH] Bold changed words in diff output, per recommendation in bug 777 --- skins/common/common.css | 2 +- skins/monobook/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/common.css b/skins/common/common.css index 93aca6a6de..97063f205d 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -94,7 +94,7 @@ td.diff-context { background:#eeeeee; font-size: 94%; } -span.diffchange { color: red; } +span.diffchange { color: red; font-weight: bold; } img { border: none; } img.tex { vertical-align: middle; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 6c6a56902b..8f15bc01ce 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -474,7 +474,7 @@ td.diff-context { background:#eeeeee; font-size: smaller; } -span.diffchange { color: red; } +span.diffchange { color: red; font-weight: bold; } /* ** keep the whitespace in front of the ^=, hides rule from konqueror -- 2.20.1