Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit eda62ce

Browse files
committed
change font styling on group
1 parent f8986c1 commit eda62ce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/web/css/direct/launchcontest.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,9 +3204,15 @@ div#winnerDiv {
32043204
div#groupDisplay {
32053205
margin-top: 20px;
32063206
}
3207-
32083207
div#groupDisplay #groupDiv{
32093208
margin-top: 20px;
32103209
width: 293px;
32113210
}
3212-
3211+
.ms-res-ctn .ms-res-item{
3212+
font-size: 12px;
3213+
text-decoration: underline;
3214+
line-height: 20px;
3215+
}
3216+
.ms-res-ctn .ms-res-item-active {
3217+
background-color: #F5F5F5;
3218+
}

0 commit comments

Comments
 (0)