Skip to content

Commit

Permalink
Support for smaller text in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Apr 9, 2014
1 parent b699682 commit 84d596e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oec/html/profile/country.html
Expand Up @@ -99,6 +99,7 @@ <h3>{{ b.get_question()|safe }}</h3>
.width(280)
.large(400)
.font({
"drop":{ "size": 14 },
"family": "'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'",
"size": 26,
"weight": "lighter",
Expand Down
1 change: 1 addition & 0 deletions oec/html/profile/product.html
Expand Up @@ -108,6 +108,7 @@ <h3>{{ b.get_question()|safe }}</h3>
.width(280)
.large(400)
.font({
"drop":{ "size": 14 },
"family": "'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'",
"size": 26,
"weight": "lighter",
Expand Down

0 comments on commit 84d596e

Please sign in to comment.