Skip to content

Commit ee03481

Browse files
committed
Version bump
1 parent e662d81 commit ee03481

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
44
"homepage": "https://github.com/driftyco/ionic",
55
"authors": [
66
"Max Lynch <[email protected]>",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "0.9.09",
4+
"version": "0.9.12",
55
"styles": [
66
"dist/css/ionic.css"
77
],

dist/css/ionic.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,7 +3630,7 @@ button.item-button-right:after {
36303630
.item-thumbnail-left {
36313631
padding-left: 105px;
36323632
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 {
36343634
position: absolute;
36353635
top: 10px;
36363636
left: 10px;
@@ -3641,7 +3641,7 @@ button.item-button-right:after {
36413641
.item-thumbnail-right {
36423642
padding-right: 105px;
36433643
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 {
36453645
position: absolute;
36463646
top: 10px;
36473647
right: 10px;
@@ -5635,3 +5635,7 @@ a.button {
56355635
margin-top: 20px; }
56365636
.platform-ios7 .has-header {
56375637
top: 64px; }
5638+
.platform-ios7 .bar-subheader {
5639+
top: 64px; }
5640+
.platform-ios7 .has-subheader {
5641+
top: 108px; }

0 commit comments

Comments
 (0)