.bar line-height updates

This commit is contained in:
Adam Bradley
2013-11-29 22:25:51 -06:00
parent 40129536ce
commit 77e7ae7384
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@@ -2778,7 +2778,7 @@ a.subdued {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 18px;
line-height: 44px; }
line-height: 42px; }
.bar .title.title-left {
text-align: left; }
.bar .title.title-right {

View File

@@ -102,7 +102,7 @@
font-size: $bar-title-font-size;
line-height: $bar-height;
line-height: $bar-height - 2;
&.title-left {
text-align: left;