Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Update crest image so it works with all themes #415

Merged
merged 4 commits into from
Apr 27, 2017
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions uw-frame-components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,15 @@ portal-header {
max-height: 56px;

.title-link {
max-height: 56px;
overflow-y: hidden;

h1 {
@media (min-width: @xs) and (max-width: @sm) {
margin-left: 16px;
}
}

img {
height: 88px;
margin-right: 6px;
position: relative;
left: -8px;
top: -6px;
height: 56px;
margin-right: 8px;
}
}

Expand Down
Binary file removed uw-frame-components/img/uw-madison-52.png
Binary file not shown.
Binary file added uw-frame-components/img/uw-madison-crest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion uw-frame-components/img/uw-madison-crest.svg

This file was deleted.

2 changes: 1 addition & 1 deletion uw-frame-components/js/frame-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define(['angular'], function(angular) {
{
"name" : "uw-madison",
"portalSkinKey" : "uwMadison",
"crest" : "img/uw-madison-crest.svg",
"crest" : "img/uw-madison-crest.png",
"title" : "MyUW",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
Expand Down