diff --git a/revealjs/alternative_energy/index.html b/revealjs/alternative_energy/index.html index d0965ba..38aa44b 100644 --- a/revealjs/alternative_energy/index.html +++ b/revealjs/alternative_energy/index.html @@ -38,6 +38,22 @@ left: 0px; top: 0px; } + + .footnote-legend { + font-size: 0.6em !important; + } + + .footnote-legend li { + display: inline-block; + } + + .footnote-legend li:not(:last-child)::after { + content: '|' + } + + *:blank { + border: 5px red; + }