Skip to content

Commit

Permalink
Fixed footnote behavior after Frusteric Manners update (thanks to @sa…
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Mar 2, 2017
1 parent a83102a commit 4ee4442
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/template.less
Expand Up @@ -240,6 +240,12 @@ header {
max-width: 20em;
}

.footnotes {
div.fn > div.content {
display:inline;
}
}


/* User Menu */
#dw__user_menu {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 4ee4442

Please sign in to comment.