Removed unused .content for #355

This commit is contained in:
Max Lynch
2014-01-13 12:27:50 -06:00
parent 124a6d1616
commit fc890ea1c5
3 changed files with 1 additions and 28 deletions

12
dist/css/ionic.css vendored
View File

@@ -2552,18 +2552,6 @@ body, .ionic-body {
text-rendering: optimizeLegibility;
-webkit-user-drag: none; }
.content:before,
.content:after {
display: block;
overflow: hidden;
height: 0;
content: "\00a0"; }
.content {
position: absolute;
width: 100%;
height: 100%; }
.scroll-content {
top: 0;
right: 0;

View File

File diff suppressed because one or more lines are too long

View File

@@ -46,21 +46,6 @@ body, .ionic-body {
-webkit-user-drag: none;
}
.content:before,
.content:after {
// Uncollapse content margin if child elements DO have an margin
display: block;
overflow: hidden;
height: 0;
content: "\00a0"; // No-break space character
}
.content {
position: absolute;
width: 100%;
height: 100%;
}
.scroll-content {
top: 0;
right: 0;