File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ionic" ,
3
- "version" : " 0.9.11 " ,
3
+ "version" : " 0.9.12 " ,
4
4
"homepage" : " https://github.com/driftyco/ionic" ,
5
5
"authors" : [
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"repo" : " driftyco/ionic" ,
3
3
"development" : {},
4
- "version" : " 0.9.09 " ,
4
+ "version" : " 0.9.12 " ,
5
5
"styles" : [
6
6
" dist/css/ionic.css"
7
7
],
Original file line number Diff line number Diff line change @@ -3630,7 +3630,7 @@ button.item-button-right:after {
3630
3630
.item-thumbnail-left {
3631
3631
padding-left : 105px ;
3632
3632
min-height : 100px ; }
3633
- .item-thumbnail-left img : first-child , .item-thumbnail-left .item-image {
3633
+ .item-thumbnail-left > img : first-child , .item-thumbnail-left > .item-image {
3634
3634
position : absolute;
3635
3635
top : 10px ;
3636
3636
left : 10px ;
@@ -3641,7 +3641,7 @@ button.item-button-right:after {
3641
3641
.item-thumbnail-right {
3642
3642
padding-right : 105px ;
3643
3643
min-height : 100px ; }
3644
- .item-thumbnail-right img : first-child , .item-thumbnail-right .item-image {
3644
+ .item-thumbnail-right > img : first-child , .item-thumbnail-right > .item-image {
3645
3645
position : absolute;
3646
3646
top : 10px ;
3647
3647
right : 10px ;
@@ -5635,3 +5635,7 @@ a.button {
5635
5635
margin-top : 20px ; }
5636
5636
.platform-ios7 .has-header {
5637
5637
top : 64px ; }
5638
+ .platform-ios7 .bar-subheader {
5639
+ top : 64px ; }
5640
+ .platform-ios7 .has-subheader {
5641
+ top : 108px ; }
You can’t perform that action at this time.
0 commit comments