Skip to content

Commit 0ecb3e5

Browse files
committed
Change from id to class designators for "largefont", etc.
- Legacy-Id: 195
1 parent c8cc298 commit 0ecb3e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/idtracker/base.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
A:Link {color: #0000ff; text-decoration:underline}
1010
A:Hover {color: #ff0000; text-decoration:underline}
1111
A:visited {color: #0000ff; text-decoration:underline}
12-
#largefont {font-weight: bold; color: #000000; font: 18pt arial}
13-
#largefont2 {color: #000000; font: 14pt verdana}
14-
#largefont3 {color: #000000; font: 13pt verdana}
15-
#largefont_red {font-weight: bold; color: #ff0000; font: 16pt arial}
12+
.largefont {font-weight: bold; color: #000000; font: 18pt arial}
13+
.largefont2 {color: #000000; font: 14pt verdana}
14+
.largefont3 {color: #000000; font: 13pt verdana}
15+
.largefont_red {font-weight: bold; color: #ff0000; font: 16pt arial}
1616
-->
1717
</STYLE>
1818

0 commit comments

Comments
 (0)