diff --git a/index.css b/index.css index 487b3f3..eb780f6 100644 --- a/index.css +++ b/index.css @@ -98,13 +98,6 @@ section.select-list .details { font-size: .8em; text-indent: 2em; } -section.select-list .style { - position: absolute; - right: .5em; - top: .5em; - font-size: .7em; - opacity: .6; -} footer { flex: 0; padding: 0.5em 1em 1em 1em; diff --git a/index.js b/index.js index b569dbf..2af7c95 100644 --- a/index.js +++ b/index.js @@ -109,8 +109,8 @@ $(document).ready(function(){ $("#select-font").append( "
" + "" + v.name + "" + - "" + v.author + " — (" + v.year + ")" + - "" + v.style + ", " + v.rendering + "" + "" + + "" + v.author + " (" + v.year + ") — " + v.style + ", " + v.rendering + "" + + "" + " " + icon + "
" ); $("#font-info").append(