meh, don't really need !important here

This commit is contained in:
Adam Bradley
2013-11-25 10:11:45 -06:00
parent 37187417e8
commit fe61ef0e49
3 changed files with 6 additions and 6 deletions

6
dist/css/ionic.css vendored
View File

@@ -2096,7 +2096,7 @@ textarea {
/* 5 */ }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* Address Firefox 4+ setting `line-height` on `input` using `importnt` in
* the UA stylesheet.
*/
button,
@@ -5472,10 +5472,10 @@ a.button {
*/
.hidden,
.hide {
display: none !important; }
display: none; }
.show {
display: block !important; }
display: block; }
.inline {
display: inline-block; }