docs(demos): use cordova platform class to style statusbar

This commit is contained in:
Drew Rygh
2015-10-26 13:53:41 -05:00
parent 29dbf76276
commit cd1d4cc82a
2 changed files with 2 additions and 11 deletions

View File

@ -203,15 +203,6 @@ body.md {
border-top: 24px solid black;
}
body.ios{
border-top: 10px solid #F8F8F8;
}
body.ios backdrop {
top: -10px;
height: 105%;
}
body.md backdrop {
top: -24px;
height: 107%;
@ -228,7 +219,7 @@ body.md img#md-only {
body.ios img#ios-only {
display: block !important;
position: absolute;
top: -6px;
top: 5px;
width: 100%;
height: auto;
z-index: 9999;