Skip to content

Commit

Permalink
Merge pull request #562 from mlibrary/fixup/minnesota-branding
Browse files Browse the repository at this point in the history
Fixup/minnesota branding
  • Loading branch information
sethaj authored Oct 27, 2016
2 parents ceb1e36 + 748d0f1 commit d4324b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $umn-white: #fff;
img {
margin-right: 3em;
width: auto;
height: 250px;
height: 150px;
}

}
Expand Down Expand Up @@ -142,11 +142,11 @@ $umn-white: #fff;
a,
a:hover,
a:active {
color: $umn-white;
color: $umn-black-80;
}
.social,
.footer-nav {
background-color: $umn-accent-footer-aqua;
background-color: $umn-grey;

.crop {
height: 126px;
Expand All @@ -155,6 +155,7 @@ $umn-white: #fff;

img {
width: 45px;
filter: grayscale(100%) contrast(125%);
}

p {
Expand Down
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def indiana
def northwestern
Press.where(name: 'Northwestern University Press').first_or_initialize.tap do |press|
press.logo_path = 'northwestern.png'
press.description = "Northwestern University Press is dedicated to publishing works of enduring scholarly and cultural value, extending the University’s mission to a community of readers throughout the world.<br/><br/>[northwestern.fulcrumscholar.org](http://northwestern.fulcrumscholar.org) is the home of supplemental content for select books. You can find the full catalog of Northwestern University Press titles at the [publisher's website](http://www.nupress.northwestern.edu/)."
press.description = "Northwestern University Press is dedicated to publishing works of enduring scholarly and cultural value, extending the University’s mission to a community of readers throughout the world.<br/><br/>[northwestern.fulcrum.org](http://northwestern.fulcrum.org) is the home of supplemental content for select books. You can find the full catalog of Northwestern University Press titles at the [publisher's website](http://www.nupress.northwestern.edu/)."
press.subdomain = 'northwestern'
press.press_url = 'http://nupress.northwestern.edu/'
press.typekit = 'wyq1mfc'
Expand Down

0 comments on commit d4324b3

Please sign in to comment.