Skip to content

Commit

Permalink
YDA-5299: display all DOI versions of selected publication on the lan…
Browse files Browse the repository at this point in the history
…ding page
  • Loading branch information
kaur16 authored Aug 8, 2023
1 parent 71cd12c commit 7e96d85
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions roles/yoda_landingpages/files/css/uu.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,22 @@ header .header-title h1 {
font-weight: 700;
font-size: 15px;
}
.version {
background: #f2f2f2;
}
.version h4 {
font-family: 'Merriweather', serif;
}
.version tbody {
font-size: 14px;
}
.version a {
color: #333333;
text-decoration: underline;
}
.view-contents {
margin-left: 5%;
}
.metadata {
margin-top: 75px;
padding-left: 5%;
Expand Down

0 comments on commit 7e96d85

Please sign in to comment.