Skip to content

Commit 35b33fe

Browse files
author
Dylan Hardison
committed
Bug 1225241 - Section titles should be highlighted
1 parent 01ea5ee commit 35b33fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

extensions/BugModal/web/bug_modal.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,17 @@ a.activity-ref {
127127
width: 10px;
128128
}
129129

130+
.module-title {
131+
font-weight: bold;
132+
}
133+
130134
.module-title, .module-subtitle {
131135
display: table-cell;
132136
padding-left: 5px;
133137
}
134138

135139
.module-subtitle {
140+
font-weight: normal;
136141
padding-right: 5px;
137142
color: #666;
138143
}

0 commit comments

Comments
 (0)