summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2012-12-17 16:50:28 +0100
committergebele <gebele@in-silico.ch>2012-12-17 16:50:28 +0100
commitcc8dfb6c1344c2d37fafa932ac945468cbd00b2a (patch)
treef0ca03aef5cb33bee8592c4f06ec6441e4d7ac58 /lib
parent55e88016d29aa40e427a904d6e9f3bb8dc39d921 (diff)
parent8a374b38d1e8b727f365b6ce5edf5424eb1a0c7d (diff)
Merge branch 'development' of github.com:opentox/opentox-client into development
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/html.rb b/lib/utils/html.rb
index d74f357..d1fb323 100644
--- a/lib/utils/html.rb
+++ b/lib/utils/html.rb
@@ -42,7 +42,7 @@ module OpenTox
html += "<h3>Description</h3><pre><p>"+description.link_urls+"</p></pre>" if description
html += "<h3>Related links</h3><pre><p>"+related_links.link_urls+"</p></pre>" if related_links
html += "<h3>Content</h3>" if description || related_links
- html += "<pre><p style=\"padding:15px; border:10px solid \#5D308A\">"
+ html += "<pre><p style=\"padding:15px; border:10px solid \#B9DCFF\">"
html += "<img src=\"data:image/png;base64,#{Base64.encode64(png_image)}\">\n" if png_image
html += text.link_urls
html += "</p></pre></body></html>"