NIHVIVO-2097: added h2 style for viz error page to ensure correct heading placement

This commit is contained in:
tlw72 2011-02-10 16:22:34 +00:00
parent 40a089ef31
commit 0301cf02fc

View file

@ -1404,3 +1404,16 @@ 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;
}