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 6203f6d commit ec1c7d8Copy full SHA for ec1c7d8
_stylesheets/page.css
@@ -5571,3 +5571,10 @@ footer {
5571
display: none; }
5572
.cheat-sheet h2:first-of-type {
5573
margin-top: 0; }
5574
+ .cheat-sheet h2:last-of-type {
5575
+ -webkit-column-span: all;
5576
+ -moz-column-span: all;
5577
+ column-span: all;
5578
+ padding-top: 1em;
5579
+ margin-top: 1em;
5580
+ border-top: solid 1px #f3f3f3; }
_stylesheets/page.scss
@@ -205,4 +205,14 @@ footer {
205
h2:first-of-type{
206
margin-top: 0;
207
}
208
+
209
+ h2:last-of-type{
210
211
212
213
214
215
216
+ border-top: solid 1px $mono-light;
217
+ }
218
0 commit comments