mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed #2136 - Added styles
Added styling for versionadded, versionchanged, and deprecated.
This commit is contained in:
parent
066b961a0c
commit
03f8a3bbae
1 changed files with 20 additions and 0 deletions
20
docs/theme/docker/static/css/main.css
vendored
20
docs/theme/docker/static/css/main.css
vendored
|
@ -410,3 +410,23 @@ dt:hover > a.headerlink {
|
|||
.admonition.seealso {
|
||||
border-color: #23cb1f;
|
||||
}
|
||||
|
||||
.versionchanged,
|
||||
.versionadded,
|
||||
.versionmodified,
|
||||
.deprecated {
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.versionchanged {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
.versionadded {
|
||||
color: mediumblue;
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
color: orangered;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue