summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-05-20 01:45:45 +0200
committerDylan Hardison <dylan@mozilla.com>2016-05-20 01:46:08 +0200
commit35b33fe133ff1284de0f33b2da4f132d3e7c8287 (patch)
tree81542b28eeefe5cbd89c7196e49aa272c0406508 /extensions
parent01ea5eeb0523b05f4280e5b637dde7ab1646a48c (diff)
downloadbugzilla-35b33fe133ff1284de0f33b2da4f132d3e7c8287.tar.gz
bugzilla-35b33fe133ff1284de0f33b2da4f132d3e7c8287.tar.xz
Bug 1225241 - Section titles should be highlighted
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/web/bug_modal.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index 8c5a4fcbc..0a589b050 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -127,12 +127,17 @@ a.activity-ref {
width: 10px;
}
+.module-title {
+ font-weight: bold;
+}
+
.module-title, .module-subtitle {
display: table-cell;
padding-left: 5px;
}
.module-subtitle {
+ font-weight: normal;
padding-right: 5px;
color: #666;
}