height: 20px;
background-repeat: no-repeat;
}
-@for $i from 1 through 17 {
+@for $i from 1 through 18 {
div.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; }
}
float: left;
display: block;
}
-
- ul.secondary-actions {
- display: inline-block;
- }
}
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
display: inline-block;
margin-left: $lineheight / 2;
vertical-align: middle;
+
+ p {
+ margin-top: $lineheight * 0.5;
+ margin-bottom: $lineheight * 0.5;
+
+ &:first-child {
+ margin-top: 0px;
+ }
+
+ &:last-child {
+ margin-bottom: 0px;
+ }
+ }
}
}