Skip to content

Commit

Permalink
Merge pull request #208 from dbaq/master
Browse files Browse the repository at this point in the history
Fix subheader position for ios7
  • Loading branch information
mlynch committed Nov 25, 2013
2 parents 787d380 + 109a2d0 commit 8efe1f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scss/_platform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
.has-header {
top: 64px;
}
}

.bar-subheader {
top: 64px;
}

.has-subheader {
top: 108px;
}
}

0 comments on commit 8efe1f6

Please sign in to comment.