Browse Source

people pages

master
rdrew 1 day ago
parent
commit
1549494906
  1. 23
      css/components/islandora_mods.css

23
css/components/islandora_mods.css

@ -9,7 +9,7 @@
.field--name-description { .field--name-description {
margin-left: 1rem; margin-left: 1rem;
line-height: 1.7; line-height: 1.6;
} }
.person--details { .person--details {
background: var(--color--bdh-red); background: var(--color--bdh-red);
@ -35,6 +35,27 @@
} }
} }
} }
.book-navigation__menu {
.book-navigation__item {
/*text-decoration: none;*/
/*border-bottom: 1px solid #ccc;*/
}
a {
width:100%;
}
.menu__item--active-trail:before {
content: ">";
font-weight: bold;
}
}
.menu__item--active-trail:before {
content: ">";
font-weight: bold;
}
.node--type-islandora-object .field__label {
width: 14em;
}
.person--layout > div { .person--layout > div {
flex: 1; flex: 1;

Loading…
Cancel
Save