Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It is recommended to add a general type to font-family.
  • Loading branch information
vanderhoorn committed Nov 11, 2011
1 parent c21349a commit 151aa32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/token-input.css
Expand Up @@ -7,7 +7,7 @@ ul.token-input-list {
border: 1px solid #999;
cursor: text;
font-size: 12px;
font-family: Verdana;
font-family: Verdana, sans-serif;
z-index: 999;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -72,7 +72,7 @@ div.token-input-dropdown {
border-bottom: 1px solid #ccc;
cursor: default;
font-size: 12px;
font-family: Verdana;
font-family: Verdana, sans-serif;
z-index: 1;
}

Expand Down

0 comments on commit 151aa32

Please sign in to comment.