app/assets/stylesheets/spotlight/_pages.scss in blacklight-spotlight-3.0.0.alpha.6 vs app/assets/stylesheets/spotlight/_pages.scss in blacklight-spotlight-3.0.0.alpha.7
- old
+ new
@@ -78,10 +78,11 @@
color: $gray-900;
margin-top: $spacer * .25;
}
ol.subsection {
+ margin-bottom: $spacer;
padding-left: 0;
li {
list-style: square;
margin-left: 18px;
margin-top: $spacer * 0.5;
@@ -96,12 +97,13 @@
}
.contact-photo {
border: 1px solid #ccc;
border-radius: $border-radius;
+ height: 70px;
margin-right: 15px;
margin-top: 3px;
- max-height: 70px;
+ width: 70px;
}
// Indent contact fields so they align evenly, only when there is a contact photo
.sidenav.contacts .contact-photo + div[itemprop] ~ div[itemprop] {
margin-left: 85px;