mirror of https://github.com/docker/docs.git
Merge pull request #3030 from jamtur01/versions
Fixed #2136 - Added styles
This commit is contained in:
commit
07f7643bbc
|
@ -410,3 +410,23 @@ dt:hover > a.headerlink {
|
||||||
.admonition.seealso {
|
.admonition.seealso {
|
||||||
border-color: #23cb1f;
|
border-color: #23cb1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.versionchanged,
|
||||||
|
.versionadded,
|
||||||
|
.versionmodified,
|
||||||
|
.deprecated {
|
||||||
|
font-size: larger;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.versionchanged {
|
||||||
|
color: lightseagreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
.versionadded {
|
||||||
|
color: mediumblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.deprecated {
|
||||||
|
color: orangered;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue