From 510c9e6e2ab84a3857fb8a09101fcea7b6139da7 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sat, 29 Jul 2017 11:35:30 +0200 Subject: [PATCH] simplify details --- index.css | 7 ------- index.js | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) 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(