summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
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 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;