doc: more GSG DX tweaks

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-08-23 13:21:01 -07:00
committed by David Kinder
parent 96aa38763b
commit 530baaafc6
2 changed files with 30 additions and 26 deletions

View File

@@ -312,3 +312,13 @@ a.reference.external::after {
font-size: 80%;
content: " \f08e";
}
/* generic light gray box shadow (for use on images via class directive) */
.drop-shadow {
box-shadow: 5px 5px 10px #aaaaaa;
}
/* add some space after an image with a shadow style applied */
img.drop-shadow {
margin-bottom: 2em !important;
}