From 7903d59e1860816791781cbf6fee7abc797a0861 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 20 Dec 2013 13:00:04 -0500 Subject: [PATCH] Modified style guide to emphasize call numbers in search results and item display. --- Open-ILS/web/css/skin/default/kpac/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index 0e4f3cfb2b..ca1635d1d9 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -549,6 +549,9 @@ input[type=text], input[type=password], textarea { .item_detail_callnumber { margin-bottom:4px; + font-weight:bold; + font-size:13px; + color:#000; } .item_detail_header_buttons { -- 2.11.0