Skip to content

Commit

Permalink
The email input is now wider. re mikespub-org#53
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Jul 23, 2013
1 parent 39696fa commit 5980169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/style-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}

input[type=email] {
width: 300px;
}

.filtered {
display: none;
}
Expand Down
4 changes: 4 additions & 0 deletions styles/style-eink.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}

input[type=email] {
width: 300px;
}

.filtered {
display: none;
}
Expand Down

0 comments on commit 5980169

Please sign in to comment.