Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10922 from gtorodelvalle/contacts-bug-892410-font…
Browse files Browse the repository at this point in the history
…-references-removal

Bug 892410 - [Contacts] Removing references to specific fonts (r=arcturus).
  • Loading branch information
gtorodelvalle committed Jul 18, 2013
2 parents 4d0df0b + 0a0b5c8 commit a9aae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/communications/contacts/style/root.css
Expand Up @@ -41,7 +41,7 @@ button {
background: none;
border: none;
outline: none;
font: 1.1rem/1.3rem 'Feura Sans', Sans-serif;
font: 1.1rem/1.3rem;
color: #666;
cursor: pointer;
}
Expand All @@ -53,7 +53,7 @@ button::-moz-focus-inner {


input[type="text"], textarea {
font: 1.3rem/4rem 'Feura Sans', Sans-serif;
font: 1.3rem/4rem;
-moz-box-sizing: border-box;
width: 100%;
}
Expand Down

0 comments on commit a9aae5e

Please sign in to comment.