summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 3c4b2c8..de7cafc 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -90,15 +90,15 @@
.footer
©
- %a{:href => 'http://www.in-silico.ch', :rel => "_blank"} <i style="font-family: serife">in silico</i> toxicology gmbh 2013 - 2014
+ %a{:href => 'http://www.in-silico.ch', :rel => "external"} <i style="font-family: serife">in silico</i> toxicology gmbh 2013 - 2014
:javascript
- $('A[rel="_blank"]').each(function(){
- $(this).attr('target', '_blank');
+ $('A[rel="external"]').each(function(){
+ $(this).attr('target', 'external');
});
#back-top{:style => "z-index:100;position:fixed;bottom:0%;width:97%;"}
%hr{:style => "margin-bottom:0;"}
%a{:href => "", :style=>"text:decoration:none;color:#ccc;"}
- %img{:src => "/rect.png", :alt => "top", :width => "100%", :height => "50px"}
+ %img{:src => "/rect.png", :alt => "top", :style=>"width:100%;height:50px"}
%div{:style => "margin-top:-50px;font-size:x-small;text-align:center;z-index:101;"}
TOP
:javascript