diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 2dbd5f8f..d688d8b2 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1403,4 +1403,17 @@ color: #2485AE; /* -------------------------------------------------> */ #terms h3 { color: #2485ae; +} + +/* --------------------------------------------------------------> */ +/* SPECIAL STYLE FOR THE entityComparisonErrorCommonBody.ftl FILE */ +/* WE SHOULD MOVE THIS TO A VISUALIZATION CSS FOR 1.3. CURRENTLY, */ +/* THE VIS CSS FILES DO NOT GET LOADED WITH THIS FTL FILE. tlw72 */ +/* --------------------------------------------------------------> */ +#noPubsOrGrants-header { + font-size: 1.375em; + color: #2485ae; + line-height: 1.3em; + padding-top:15px; + padding-bottom:10px; } \ No newline at end of file