fix(css): caption class

- 23372e0f11
This commit is contained in:
MDLeom 2020-08-17 08:40:45 +00:00
parent cdb8dc5c28
commit 2bbca77471
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 3 deletions

View File

@ -127,19 +127,19 @@ hr {
figcaption,
small,
pre div {
pre div.caption {
font-size: 0.9em;
color: #888;
}
/* code caption */
figcaption,
pre div {
pre div.caption {
margin-bottom: 0.5em;
}
pre figcaption a,
pre div a {
pre div.caption a {
float: right;
}