From 0ecb3e5e8f3c65df42e9ab777b2fde7e64852122 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Thu, 31 May 2007 20:14:34 +0000 Subject: [PATCH] Change from id to class designators for "largefont", etc. - Legacy-Id: 195 --- ietf/templates/idtracker/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/idtracker/base.html b/ietf/templates/idtracker/base.html index 9cde6ddd4..c0c05b913 100644 --- a/ietf/templates/idtracker/base.html +++ b/ietf/templates/idtracker/base.html @@ -9,10 +9,10 @@ A:Link {color: #0000ff; text-decoration:underline} A:Hover {color: #ff0000; text-decoration:underline} A:visited {color: #0000ff; text-decoration:underline} - #largefont {font-weight: bold; color: #000000; font: 18pt arial} - #largefont2 {color: #000000; font: 14pt verdana} - #largefont3 {color: #000000; font: 13pt verdana} - #largefont_red {font-weight: bold; color: #ff0000; font: 16pt arial} + .largefont {font-weight: bold; color: #000000; font: 18pt arial} + .largefont2 {color: #000000; font: 14pt verdana} + .largefont3 {color: #000000; font: 13pt verdana} + .largefont_red {font-weight: bold; color: #ff0000; font: 16pt arial} -->