fixed #7, javascript filter for pongo2 with context in this variable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank
2019-02-28 18:36:36 +01:00
parent 9e2f16dde9
commit 079534ab71
9 changed files with 102 additions and 6 deletions

View File

@@ -193,7 +193,6 @@ label {font-weight:600;}
}
.boxen {}
.boxen .col-sm-6 {padding:15px;}
.box {
height:100%;
@@ -279,4 +278,13 @@ code.language-mermaid svg {
margin-left: auto;
margin-right: auto;
display: block;
}
.datum {
background-color: #2e2e2e;
padding: 5px;
font-size: 0.5em;
border-radius: 5px;
display:inline-block;
color: #fff;
}