From: Ole Artz Date: Fri, 4 Aug 2017 11:59:56 +0000 (+0200) Subject: DASH: fixed header img aspect ratio X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=33768707761a8028a6c508cb8407b972b5f902ae;p=mvd_epics.git DASH: fixed header img aspect ratio --- diff --git a/python_suite/dashboard/views/pv_overview.jinja2 b/python_suite/dashboard/views/pv_overview.jinja2 index c6d7904..6236450 100644 --- a/python_suite/dashboard/views/pv_overview.jinja2 +++ b/python_suite/dashboard/views/pv_overview.jinja2 @@ -11,8 +11,8 @@ } .header img { float: left; - width: 120px; - height: 120px; + width: 93px; + height: 120px; } .header h1 { position: center;