Version bump

This commit is contained in:
Max Lynch
2013-11-24 23:57:54 -06:00
parent e662d81944
commit ee034816fc
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.9.11",
"version": "0.9.12",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>",

View File

@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "0.9.09",
"version": "0.9.12",
"styles": [
"dist/css/ionic.css"
],

8
dist/css/ionic.css vendored
View File

@@ -3630,7 +3630,7 @@ button.item-button-right:after {
.item-thumbnail-left {
padding-left: 105px;
min-height: 100px; }
.item-thumbnail-left img:first-child, .item-thumbnail-left .item-image {
.item-thumbnail-left > img:first-child, .item-thumbnail-left > .item-image {
position: absolute;
top: 10px;
left: 10px;
@@ -3641,7 +3641,7 @@ button.item-button-right:after {
.item-thumbnail-right {
padding-right: 105px;
min-height: 100px; }
.item-thumbnail-right img:first-child, .item-thumbnail-right .item-image {
.item-thumbnail-right > img:first-child, .item-thumbnail-right > .item-image {
position: absolute;
top: 10px;
right: 10px;
@@ -5635,3 +5635,7 @@ a.button {
margin-top: 20px; }
.platform-ios7 .has-header {
top: 64px; }
.platform-ios7 .bar-subheader {
top: 64px; }
.platform-ios7 .has-subheader {
top: 108px; }