Skip to content

Commit

Permalink
Reset background: transparent on selects
Browse files Browse the repository at this point in the history
Was causing long vertical lines spanning the page
in Chrome.
  • Loading branch information
tombye committed Aug 7, 2013
1 parent 8594560 commit 45acbd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/core-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
width: 100%;
}

section > header {
main > header {
position: relative;

h1 {
Expand Down Expand Up @@ -138,6 +138,10 @@ article {
}
}

select {
background: white;
}

.contact,
.info-notice,
.help-notice {
Expand Down

0 comments on commit 45acbd6

Please sign in to comment.