From e62faa8bd8095cdc0eb98c344d81f22f0d8a690a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 30 Apr 2019 15:31:19 -0400 Subject: [PATCH] missed a few selectors in html5 conversion --- views/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/style.css b/views/style.css index 00b9ffe..411b52b 100644 --- a/views/style.css +++ b/views/style.css @@ -175,10 +175,10 @@ img.emu { .info textarea { width: 20em; } - .honk .title { + .honk header { height: 48px; } - .honk .title img { + .honk header img { width: 48px; height: 48px; }