From 0bef303c97c2cdec237e399e900bda7770168026 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 24 Jun 2014 17:36:57 -0400 Subject: [PATCH] Job detail page refactor Section headers are now bold --- awx/ui/static/less/job-details.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/less/job-details.less b/awx/ui/static/less/job-details.less index 9f526995d5..22ce6f72b2 100644 --- a/awx/ui/static/less/job-details.less +++ b/awx/ui/static/less/job-details.less @@ -94,6 +94,7 @@ h5 { margin-top: 0; margin-bottom: 12px; + font-weight: bold; } } @@ -223,7 +224,7 @@ .title { display: inline-block; font-size: 14px; - font-weight: 500; + font-weight: 600; } .search-field {