Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamnr committed Jul 12, 2017
2 parents 82a59b7 + 176ea7b commit 022e396
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ ol,
/* -------------------- */
/* Tables */

tr.even,
tr.odd {
/* Overrides system.theme */
padding: inherit;
}

.content table {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
Expand Down Expand Up @@ -829,19 +835,19 @@ input[type=submit].form-submit {
.luggage-gridrow,
.luggage-gridrow3,
.luggage-gridrow4 {
flex-basis: 48.6%;
flex-basis: calc(50% - 51px);
min-width: 48.6%;
}
}

@media only screen and (min-width: 1024px) {
.luggage-gridrow3 {
flex-basis: 31.3%;
flex-basis: calc(33% - 51px);
min-width: 31.3%;
}

.luggage-gridrow4 {
flex-basis: 23.5%;
flex-basis: calc(25% - 51px);
min-width: 23.5%;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<a href="http://www.policy.iastate.edu/electronicprivacy">Privacy Policy</a>
</li>
<li class="last leaf">
<a href="https://www.digitalaccess.iastate.edu/">Digital Access &amp; Accessibility</a>
<a href="https://www.digitalaccess.iastate.edu">Digital Access &amp; Accessibility</a>
</li>
</ul>

0 comments on commit 022e396

Please sign in to comment.