Simplify margins when showing diary entries

This commit is contained in:
Andy Allan 2021-11-17 18:07:24 +00:00
parent 514ec41c58
commit cb68450ac7
3 changed files with 3 additions and 16 deletions

View file

@ -1079,23 +1079,10 @@ tr.turn:hover {
padding-bottom: $lineheight/2;
border-top: 1px solid $grey;
&:first-of-type {
margin-top: $lineheight/2;
}
&.deleted {
background-color: #fee;
}
.post_heading {
margin-bottom: $lineheight;
h2 {
margin-top: 0;
margin-bottom: $lineheight/2;
}
}
img.user_thumbnail {
float: left;
}