From 105ba95f26e5d3c5394852fcc8cf0c54c8bc03ea Mon Sep 17 00:00:00 2001 From: Siri Reiter <siri@jones.dk> Date: Thu, 12 Mar 2009 01:33:52 +0100 Subject: Local CSS: Emphasized to blue, strong back to bold. --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 14304965..f986dc97 100644 --- a/local.css +++ b/local.css @@ -14,7 +14,8 @@ a:hover { color: #00f; } -strong, b { +em { + font-style: normal; font-weight: normal; color: #00f; } -- cgit v1.2.3