Skip to content

Commit

Permalink
Remove unecessary trailing paragraphs from indented lists
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kavanagh authored and James Kavanagh committed Feb 10, 2016
1 parent a12cea4 commit 314cbb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/style/datastax.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ h5 {.font-size(2.6); .line-height(3.5);}
}
}

// Ensure that trailing redundant paragraphs as per:
// https://github.com/datastax-training/curriculum/issues/176
// are not displayed as they cause unecessary spacing
ul li p:last-child { display: none; }

// Images
.image, .imageblock {
img {
Expand Down

1 comment on commit 314cbb7

@jkds
Copy link

@jkds jkds commented on 314cbb7 Feb 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to set my git user etc. on this but it most definitely was me that made the commit/push @Cara-Jo

Please sign in to comment.