change .bar .title to 44px line-height

This commit is contained in:
Adam Bradley
2014-01-17 10:32:21 -06:00
parent 560568823c
commit 8332a3d61b
3 changed files with 3 additions and 3 deletions

2
dist/css/ionic.css vendored
View File

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

View File

File diff suppressed because one or more lines are too long

View File

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