mirror of https://github.com/docker/docs.git
jekyll: release-date utility
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
cd8197ff9a
commit
96321ace2b
|
@ -0,0 +1 @@
|
|||
<em class="release-date">{{ include.date }}</em>
|
|
@ -17,7 +17,8 @@ body.night {
|
|||
}
|
||||
|
||||
.rating-nero-value,
|
||||
.reading-time {
|
||||
.reading-time,
|
||||
.release-date {
|
||||
color: $body-text-night !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -14,6 +14,11 @@
|
|||
color: rgba(13, 86, 125, 0.55);
|
||||
}
|
||||
|
||||
.release-date {
|
||||
font-size: 12px;
|
||||
color: rgba(13, 86, 125, 0.55);
|
||||
}
|
||||
|
||||
.break {
|
||||
margin-bottom: 20px!important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue