From 9eb9fd8ab470d6c44c70e0af0808204bdda2b161 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 17 Mar 2016 11:28:18 +0000 Subject: snapshot, works only with png plots --- views/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'views/style.scss') diff --git a/views/style.scss b/views/style.scss index 9a3c9df..a0502b5 100644 --- a/views/style.scss +++ b/views/style.scss @@ -16,3 +16,12 @@ h4.head-back, h5.head-back{ height: 5em; } } +img { + max-width: 100%; + max-height: 100%; +} + +.plot { + height: 300px; + width: 300px; +} -- cgit v1.2.3