summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-03-17 11:28:18 +0000
committergebele <gebele@in-silico.ch>2016-03-17 11:28:18 +0000
commit9eb9fd8ab470d6c44c70e0af0808204bdda2b161 (patch)
tree1f24cbd9bcb6bf15593d42bbb2d4edfb9ed3ddbd /views/style.scss
parent1d6588b35b4ffff16717e24b42a0d396d5347f95 (diff)
snapshot, works only with png plots
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss9
1 files changed, 9 insertions, 0 deletions
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;
+}