From 97e09f6c12dc4a9cc4d8d445362bc26615f86d14 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 6 Nov 2014 13:01:19 +0100 Subject: visualized smarts --- 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 9f03d6a..caeef49 100644 --- a/views/style.scss +++ b/views/style.scss @@ -152,6 +152,15 @@ body { .significant_fragments table#sf1 td { padding: 0.2em; } + img.smarts{ + width: 100px; + //float: left; + } + img.smarts:hover{ + transform: scale(5); + border: solid 1px black; + } + .descriptors { width: 98%; margin-bottom: 2em; -- cgit v1.2.3