Browse Source

sync

master
rdrew 2 weeks ago
parent
commit
c15fdba33f
  1. 16
      css/components/islandora_mods.css

16
css/components/islandora_mods.css

@ -39,7 +39,7 @@
margin: 5px 0px 6px; margin: 5px 0px 6px;
font-weight: bold; font-weight: bold;
border-bottom: 1px dotted rgb(87, 73, 56); border-bottom: 1px dotted rgb(87, 73, 56);
font-size: .8em; font-size: 0.8em;
} }
.grid-item .grid-item__title a { .grid-item .grid-item__title a {
@ -64,6 +64,19 @@
font-size: 0.9em; font-size: 0.9em;
} }
/*end grid*/ /*end grid*/
/*facets*/
.facets-widget-links ul {
& li {
margin-bottom: 3px;
}
list-style-type: none;
margin-left: 0px;
& span.facet-item__count {
font-weight: 600;
}
}
/*end facets*/
div#block-olivesnews-site-branding { div#block-olivesnews-site-branding {
background: #333; background: #333;
} }
@ -71,6 +84,5 @@ div#block-olivesnews-site-branding {
background: black; background: black;
} }
.social-bar { .social-bar {
background-image: url(../../images/natural_paper.png); background-image: url(../../images/natural_paper.png);
} }

Loading…
Cancel
Save