Merge pull request #208 from dbaq/master

Fix subheader position for ios7
This commit is contained in:
Max Lynch
2013-11-24 21:33:46 -08:00

View File

@@ -16,5 +16,12 @@
.has-header {
top: 64px;
}
}
.bar-subheader {
top: 64px;
}
.has-subheader {
top: 108px;
}
}