diff --git a/dist/ionic.css b/dist/ionic.css
index 129875b00f..1e24dc14ef 100644
--- a/dist/ionic.css
+++ b/dist/ionic.css
@@ -705,6 +705,13 @@ textarea {
-moz-border-radius: 4px;
border-radius: 4px; }
+.input-wrapper.row {
+ margin-left: 0;
+ margin-right: 0; }
+ .input-wrapper.row [class*='col-'] {
+ padding-left: 0;
+ padding-right: 0; }
+
select,
textarea,
input[type="text"],
diff --git a/example/input-text.html b/example/input-text.html
index 7584816f98..c3c47c0789 100644
--- a/example/input-text.html
+++ b/example/input-text.html
@@ -84,25 +84,25 @@
Inline Label On Top Of Text Input, Not Inset, No Content Padding
-
Inline Label On Top Of Text Input, Is Inset, No Content Padding
-
- Email
-
+
+ Email
+
@@ -110,27 +110,27 @@
Inline Label On Top Of Text Input, Not Inset, With Content Padding
-
- First Name
-
+
+ First Name
+
-
- Last Name
-
+
+ Last Name
+
Inline Label On Top Of Text Input, Is Inset, With Content Padding
-
- Email
-
+
+ Email
+
-
- Filter By Name
-
+
+ Filter By Name
+
diff --git a/example/login/index.html b/example/login/index.html
index 6828761cbf..9c4d6d8efc 100644
--- a/example/login/index.html
+++ b/example/login/index.html
@@ -36,16 +36,16 @@