]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1225241 - Section titles should be highlighted
authorDylan Hardison <dylan@mozilla.com>
Thu, 19 May 2016 23:45:45 +0000 (19:45 -0400)
committerDylan Hardison <dylan@mozilla.com>
Thu, 19 May 2016 23:46:08 +0000 (19:46 -0400)
extensions/BugModal/web/bug_modal.css

index 8c5a4fcbc6e58d70efed243a535a69ff63605187..0a589b050bb6d5c116f0914e3946246587c34889 100644 (file)
@@ -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;
 }