Skip to content

Commit

Permalink
Merge pull request #181 from isubit/development
Browse files Browse the repository at this point in the history
Development - 1.7.1
  • Loading branch information
sacarney authored Sep 14, 2021
2 parents 856b63c + 0a5bc79 commit 1dc6c06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ caption {
/* ## IMAGES
/* -------------------------------------- */

img:not(.isu-wordmark-logo_default):not(.isu-wordmark-logo_custom):not(.isu-footer-logo) { /* See theme.css */
img {
max-width: 100%;
height: auto;
}
Expand Down
9 changes: 6 additions & 3 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ body,
*/

.isu-site-navbar {
padding: 0;
padding: 0.75rem 0;
background-color: #cc0000;
border-bottom: 9px solid #f1be48;
}
Expand Down Expand Up @@ -177,11 +177,9 @@ body,
.isu-wordmark-logo_default {
width: 100%;
max-width: 250px ;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.isu-wordmark-logo_custom {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.isu-wordmark-unit,
Expand Down Expand Up @@ -1481,6 +1479,11 @@ blockquote.isu-pull-quote {

/* --- ## Images --- */

img:not(.isu-wordmark-logo_default):not(.isu-wordmark-logo_custom):not(.isu-footer-logo) {
max-width: 100%;
height: auto;
}

.isu-body img.align-left {
margin: 1rem 1rem 1rem 0;
}
Expand Down
2 changes: 1 addition & 1 deletion iastate_theme.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Drupal 8 theme for Iowa State University websites
type: theme
core: 8.x
core_version_requirement: ^8 || ^9
version: "1.7.0"
version: "1.7.1"
base theme: stable
libraries:
- iastate_theme/global-css
Expand Down

0 comments on commit 1dc6c06

Please sign in to comment.