Skip to content

Commit

Permalink
refs #40372. Replace align center with CSS for HTML5 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
poliphilochu committed Apr 16, 2024
1 parent 0143c03 commit 81b0ea0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/civicrm.css
Original file line number Diff line number Diff line change
Expand Up @@ -5505,8 +5505,10 @@ ul.ui-sortable {
.crm-container table.criteria-group {
margin-bottom: .1em;
}


.crm-container table[align="center"] {
margin-right: auto;
margin-left: auto;
}
.crm-container th,
.crm-container table.display thead th,
.crm-container table thead.sticky th,
Expand Down

0 comments on commit 81b0ea0

Please sign in to comment.