view and save of ske examples/collocations

This commit is contained in:
2020-04-05 16:46:24 +02:00
parent 8bb506700d
commit 6912222a53
2 changed files with 84 additions and 26 deletions

View File

@@ -315,6 +315,21 @@
.ske-line {
display: block;
margin-top: 0.2em;
.checkable {
display: block;
}
.grey1 {
margin-left: 0.3em;
background-color: @silver;
color: @black;
}
.grey2 {
margin-left: 0.3em;
background-color: @black;
color: @silver;
}
}
}