Skip to content

Commit

Permalink
Merge branch 'main' into theming-titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarpinski authored Jul 6, 2023
2 parents f0a9663 + 82bb3ba commit de6e87f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/atla-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ img {max-width:100%;}
/* Work show metadata layout */
.works-show p.work_description {margin-top:1em;}
.works-show dl.work-show {margin-top: 1em;}

.work-show ul.tabular, .scholarly_show .work-show ul.tabular{padding-inline-start: 0px;}
.work-show dt {padding-bottom:0;}

/* hide work type on work show pages */
.works-show .work-type-tag {display:none;}

/* Collection show layout */

.hyc-banner .hyc-title h1, .hyc-banner .hyc-bugs div{
color:rgb(51, 51, 51);
text-shadow:none;
Expand All @@ -29,5 +31,7 @@ img {max-width:100%;}

.hyc-banner {min-height:95px;}


/* admin dashboard available works ETD all caps*/
.dashboard label[for="input-Etd"] {text-transform: uppercase;}

4 changes: 4 additions & 0 deletions app/views/_head_tag_extras.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
<!— Windows 8.1 + IE11 and above —>
<meta name="msapplication-config" content="/browserconfig.xml" />
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,700" rel="stylesheet">
4 changes: 2 additions & 2 deletions config/authorities/institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ terms:
- id: Oblate School of Theology
term: Oblate School of Theology
active: true
- id: Atla
term: Atla
- id: Atla RIM
term: Atla RIM
active: true
4 changes: 3 additions & 1 deletion config/authorities/resource_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ terms:
- id: Technical report
term: Technical report
- id: Website
term: Website
term: Website
- id: Unknown
term: Unknown

0 comments on commit de6e87f

Please sign in to comment.