mirror of https://github.com/docker/docs.git
jekyll: github_issue utility
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
96321ace2b
commit
bec4dc830c
|
@ -0,0 +1 @@
|
||||||
|
[{{ include.repo }}#{{ include.number }}](https://github.com/{{ include.repo }}/issues/{{ include.number }}){:target="_blank" rel="noopener" class="_"}
|
|
@ -19,6 +19,11 @@
|
||||||
color: rgba(13, 86, 125, 0.55);
|
color: rgba(13, 86, 125, 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-issue {
|
||||||
|
font-size: 110%;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.break {
|
.break {
|
||||||
margin-bottom: 20px!important;
|
margin-bottom: 20px!important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue