diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index 29b6d0f..b1944f1 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -119,6 +119,23 @@ body { } } + + .footnote_reference { + vertical-align: super; + font-size: 80%; + > a { + text-decoration: none; + } + } + + .footnote_definition { + .label { + text-decoration: none; + } + .definition { + display: inline; + } + } } /* A stand-alone blog post (not in a blog stream). */ diff --git a/default_environment/templates/html/footnote_reference.dust b/default_environment/templates/html/footnote_reference.dust index a218064..133cb48 100644 --- a/default_environment/templates/html/footnote_reference.dust +++ b/default_environment/templates/html/footnote_reference.dust @@ -1 +1 @@ -{.label} +{.label} diff --git a/default_environment/templates/html/real_footnote_definition.dust b/default_environment/templates/html/real_footnote_definition.dust index 9c6be4b..d70a71f 100644 --- a/default_environment/templates/html/real_footnote_definition.dust +++ b/default_environment/templates/html/real_footnote_definition.dust @@ -1 +1 @@ -
{.label}
{#.contents}{>ast_node/}{/.contents}
+
{.label}.
{#.contents}{>ast_node/}{/.contents}