Removed some uncessary stuff

This commit is contained in:
Max Lynch
2013-09-27 16:24:15 -05:00
parent 6ae07b1556
commit fe7bef2e81
7 changed files with 24 additions and 23 deletions

14
dist/ionic.css vendored
View File

@@ -370,13 +370,6 @@ body {
background-color: #fff;
-webkit-overflow-scrolling: touch; }
.platform-ios7 .bar {
height: 64px; }
.platform-ios7 .bar .title {
line-height: 84px; }
.platform-ios7 .has-header {
top: 64px; }
.padded {
padding: 10px; }
@@ -2244,3 +2237,10 @@ a.button {
.slide-in-up.leave-active {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.platform-ios7 .bar {
height: 64px; }
.platform-ios7 .bar > * {
margin-top: 20px; }
.platform-ios7 .has-header {
top: 64px; }