Skip to content

Commit 455afd0

Browse files
committed
Fix CSS code mistake
1 parent 2fe34ba commit 455afd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datetime-coldfusion/datetime.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ body {
66
line-height: 120%;
77
}
88

9-
.output {
9+
#output {
1010
font-weight: bold; /*bold text for printed output*/
1111
}

datetime-jsp/datetime.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ body {
66
line-height: 120%;
77
}
88

9-
.output {
9+
#output {
1010
font-weight: bold; /*bold text for printed output*/
1111
}

0 commit comments

Comments
 (0)