diff --git a/static/css/hugo-theme.css b/static/css/hugo-theme.css index 6239a5b4005..c9ab135f340 100644 --- a/static/css/hugo-theme.css +++ b/static/css/hugo-theme.css @@ -202,3 +202,11 @@ h6 { p { margin: 1rem 0; } + +figcaption h4 { + font-weight: 300 !important; + opacity: .85; + font-size: 1em; + text-align: center; + margin-top: -1.5em; +} \ No newline at end of file diff --git a/static/css/theme.css b/static/css/theme.css index e982de98ee9..9d7cc4a7a57 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -333,6 +333,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ #body img.shadow, #body .video-container.shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } +#body img.inline { + display: inline !important; + margin: 0 !important; + vertical-align: bottom; +} #body .bordered { border: 1px solid #ccc; }