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

Merge pull request #327 from davecivicrm/CRM-12280

CRM-12280 fixes to civicrm.css to prevent force compatibility mode in IE...
parents 8008a3f7 6cdd926c
Branches
Tags
No related merge requests found
......@@ -388,7 +388,7 @@
.crm-container fieldset legend {
display: block;
font-family: helvetica;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 4px;
......@@ -773,7 +773,7 @@
/* h3 used as table header for civicrm */
background-color: #CDE8FE;
font-size: 15px;
font-family: Helvetica, Arial, Sans;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
color: #121A2D;
padding: 4px 6px;
......@@ -1250,7 +1250,7 @@
height: auto;
margin: 0 1px;
padding: 2px 5px;
font-family: Helvetica;
font-family: Helvetica, Arial, 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