diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 06709ca..d9cf157 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -9,7 +9,7 @@ .field--name-description { margin-left: 1rem; - line-height: 1.7; + line-height: 1.6; } .person--details { 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 { flex: 1;