.item-body .item-content updates

This commit is contained in:
Adam Bradley
2013-10-24 21:43:13 -05:00
parent e6f139b1b2
commit 11e6f654ea
5 changed files with 33 additions and 17 deletions

View File

@@ -221,8 +221,8 @@ button.item-icon-right {
// -------------------------------
.item-image .item-content {
text-align: center;
padding: 0;
text-align: center;
img:first-child, .list-img {
width: 100%;
@@ -234,10 +234,14 @@ button.item-icon-right {
// -------------------------------
.item-body .item-content {
overflow: auto;
padding: $item-padding;
text-overflow: inherit;
white-space: normal;
h1, h2, h3, h4, h5, h6, p {
margin: $item-padding;
margin-top: $item-padding;
margin-bottom: $item-padding;
}
}