From: Steinar H. Gunderson Date: Sat, 7 Apr 2018 19:48:13 +0000 (+0200) Subject: Fix picture rescaling. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=546de68e4847f8858ed8e10aa7822f8be4f70ee5 Fix picture rescaling. --- diff --git a/score.css b/score.css index 76f3a6c..9821c42 100644 --- a/score.css +++ b/score.css @@ -219,6 +219,10 @@ body { width: 170px; color: black; } +.lowerthird-picture img { + height: 170px; + width: 170px; +} .lowerthird-picture-hidden { width: 0px; border-left: 0px;