Skip to content
This repository was 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 committed Dec 20, 2016
1 parent 548b837 commit bf3bd7a
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 @@ -1007,7 +1007,6 @@ table.sortableTable {
}

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

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

0 comments on commit bf3bd7a

Please sign in to comment.