We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12cea4 commit 314cbb7Copy full SHA for 314cbb7
themes/style/datastax.less
@@ -112,6 +112,11 @@ h5 {.font-size(2.6); .line-height(3.5);}
112
}
113
114
115
+ // Ensure that trailing redundant paragraphs as per:
116
+ // https://github.com/datastax-training/curriculum/issues/176
117
+ // are not displayed as they cause unecessary spacing
118
+ ul li p:last-child { display: none; }
119
+
120
// Images
121
.image, .imageblock {
122
img {
0 commit comments