fix(css): add margin to figcaption and copy-button

This commit is contained in:
MDLeom 2020-05-24 06:57:44 +01:00
parent f04415de47
commit dc6535aa7e
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 9 additions and 0 deletions

View File

@ -132,6 +132,14 @@ small {
color: #888; color: #888;
} }
figcaption {
margin-bottom: 0.5em;
}
pre figcaption a {
float: right;
}
dl, dl,
form, form,
hr, hr,
@ -792,6 +800,7 @@ unhide (via JS) if Web Share API is supported */
cursor: pointer; cursor: pointer;
font-size: 0.8em; font-size: 0.8em;
line-height: 1em; line-height: 1em;
margin-top: 1em;
padding: 5px; padding: 5px;
user-select: none; user-select: none;
} }