no underline for a.button

This commit is contained in:
Adam Bradley
2013-08-29 09:26:25 -05:00
parent 852613cb82
commit 8f5e5e996a
2 changed files with 7 additions and 0 deletions

3
dist/ionic.css vendored
View File

@@ -447,6 +447,9 @@ main {
border-style: solid;
padding: 10px 15px; }
a.button {
text-decoration: none; }
.button-default {
color: #333333;
background-color: white;