diff --git a/dist/ionic.css b/dist/ionic.css
index 497a840ee2..73a7f6e410 100644
--- a/dist/ionic.css
+++ b/dist/ionic.css
@@ -134,7 +134,8 @@ main > * {
.button.button-inline {
display: inline-block; }
.button.button-borderless {
- border: none; }
+ border: none;
+ padding: 2px 6px; }
.button-group {
position: relative;
@@ -546,6 +547,12 @@ a.button {
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12);
border-color: black; }
+.button-transparent {
+ background: transparent; }
+
+.button-borderless [class^="icon-"], [class*=" icon-"] {
+ font-size: 2.3em; }
+
.list-divider {
background-color: whitesmoke;
color: #222222;
diff --git a/example/panels.html b/example/panels.html
index 338c92c56b..efabfbe8f7 100644
--- a/example/panels.html
+++ b/example/panels.html
@@ -5,7 +5,7 @@
-
+
@@ -14,9 +14,13 @@