Skip to content
Snippets Groups Projects
Commit eabc1520 authored by colemanw's avatar colemanw
Browse files

Fix fonts for IE compatability CRM-12381

parent d2c45957
Branches
Tags
No related merge requests found
......@@ -777,7 +777,7 @@ div.crm-container label {
/* h3 used as table header for civicrm */
background-color: #CDE8FE;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #121A2D;
padding: 4px 6px;
......@@ -1254,7 +1254,7 @@ div.crm-container label {
height: auto;
margin: 0 1px;
padding: 2px 5px;
font-family: Helvetica, Arial, sans-serif;
font-family: Arial, Helvetica, sans-serif;
}
.crm-container #alpha-filter a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment