Skip to content

Commit

Permalink
Merge pull request #129 from isubit/INTERIM-48
Browse files Browse the repository at this point in the history
INTERIM-48 - float images in grids left
  • Loading branch information
angelamnr committed Jun 7, 2017
2 parents da0b851 + 68b6dbd commit 0210dfa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,13 @@ input[type=submit].form-submit {
padding: 0.5rem;
}

.luggage-gridrow img,
.luggage-gridrow3 img,
.luggage-gridrow4 img {
float: left;
padding: 0 1rem 1rem 0;
}

.luggage-gridrow,
.luggage-gridrow3,
.luggage-gridrow4 {
Expand Down Expand Up @@ -2353,11 +2360,6 @@ h2.node-title {
font-size: inherit;
}

.views-field-field-people-image {
margin-right: 1em;
float: left;
}

.views-field.views-field-field-people-position {
margin-bottom: 1rem;
color: #616161;
Expand Down

0 comments on commit 0210dfa

Please sign in to comment.