Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fixed font-weight on about:preferences#payments
Browse files Browse the repository at this point in the history
Closes #6310

- Removed two font-weight properties

Auditors: @bradleyrichter

Test Plan:
1. Open about:preferences#payments
2. Set the switch to "Off"
  • Loading branch information
Suguru Hirahara authored and cezaraugusto committed Dec 20, 2016
1 parent 3945984 commit 2db666a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ table.sortableTable {
}

> h3 {
font-weight: 200;
font-size: 18px;
padding-bottom: 0.5em;
}
Expand Down Expand Up @@ -1083,7 +1082,6 @@ table.sortableTable {

h2 {
font-size: 18px;
font-weight: 200;
margin: 70px 0 -15px 12px;
}
}
Expand Down

0 comments on commit 2db666a

Please sign in to comment.