diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-05-20 01:45:45 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-05-20 01:46:08 +0200 |
commit | 35b33fe133ff1284de0f33b2da4f132d3e7c8287 (patch) | |
tree | 81542b28eeefe5cbd89c7196e49aa272c0406508 /extensions/BugModal/web | |
parent | 01ea5eeb0523b05f4280e5b637dde7ab1646a48c (diff) | |
download | bugzilla-35b33fe133ff1284de0f33b2da4f132d3e7c8287.tar.gz bugzilla-35b33fe133ff1284de0f33b2da4f132d3e7c8287.tar.xz |
Bug 1225241 - Section titles should be highlighted
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 5 |
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; } |