Skip to content

Commit

Permalink
Merge pull request #216 from thvd/patch-1
Browse files Browse the repository at this point in the history
Fix bug for <legend> in Visualforce specific styles
  • Loading branch information
Kaelig Deloumeau-Prigent authored Aug 1, 2016
2 parents df8c375 + 6d5e372 commit 34d0477
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/core/_core-vf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ h6 {
li {
margin-left: 0; // TODO: To override core.css - enough?
}

fieldset legend {
font-weight: normal;
}

0 comments on commit 34d0477

Please sign in to comment.