diff --git a/dist/css/ionic-ios7.css b/dist/css/ionic-ios7.css
index c9859375a9..fb4d73da8c 100644
--- a/dist/css/ionic-ios7.css
+++ b/dist/css/ionic-ios7.css
@@ -383,6 +383,9 @@ body, .ionic-body {
.has-header {
top: 44px; }
+.has-subheader {
+ top: 88px; }
+
.has-footer {
bottom: 44px; }
diff --git a/dist/css/ionic.css b/dist/css/ionic.css
index 56e639eed1..d6501d7b0a 100644
--- a/dist/css/ionic.css
+++ b/dist/css/ionic.css
@@ -2214,6 +2214,9 @@ body, .ionic-body {
.has-header {
top: 44px; }
+.has-subheader {
+ top: 88px; }
+
.has-footer {
bottom: 44px; }
diff --git a/example/events/drag.html b/example/events/drag.html
deleted file mode 100644
index c03834f884..0000000000
--- a/example/events/drag.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
- Example
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example/login/bg-ex.jpg b/example/login/bg-ex.jpg
deleted file mode 100644
index f064804af4..0000000000
Binary files a/example/login/bg-ex.jpg and /dev/null differ
diff --git a/example/login/index.html b/example/login/index.html
deleted file mode 100644
index e2860a71dd..0000000000
--- a/example/login/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/scss/ionic/_scaffolding.scss b/scss/ionic/_scaffolding.scss
index 144c96d80c..c7c5b95235 100644
--- a/scss/ionic/_scaffolding.scss
+++ b/scss/ionic/_scaffolding.scss
@@ -84,6 +84,10 @@ body, .ionic-body {
top: $bar-height;
}
+.has-subheader {
+ top: $bar-height * 2;
+}
+
.has-footer {
bottom: $bar-height;
}