From 4ee444210cd01725e8c13aecaf8bd88ec9737e1f Mon Sep 17 00:00:00 2001 From: Giuseppe Di Terlizzi Date: Thu, 2 Mar 2017 13:49:06 +0100 Subject: [PATCH] Fixed footnote behavior after Frusteric Manners update (thanks to @sanctus17 #294) --- css/template.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/template.less b/css/template.less index 57b5c8d4..5078997b 100755 --- a/css/template.less +++ b/css/template.less @@ -240,6 +240,12 @@ header { max-width: 20em; } +.footnotes { + div.fn > div.content { + display:inline; + } +} + /* User Menu */ #dw__user_menu { @@ -597,7 +603,7 @@ ul.btn-group { } -/* Custom DropDoown Menu Large (see http://bootsnipp.com/snippets/featured/large-dropdown-menu) */ +/* Custom DropDown Menu Large (see http://bootsnipp.com/snippets/featured/large-dropdown-menu) */ .dropdown-large { position: static !important; }