summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-10-08 10:56:41 +0200
committergebele <gebele@in-silico.ch>2014-10-08 10:56:41 +0200
commit65e95824737b033ad16046626fe7dbdb7ae43756 (patch)
tree309c81a3e60067b149ea1b101d93433aa6467627 /views/layout.haml
parentccf3ef5b6c74d9f9b729a49c745328a24aaa28e5 (diff)
dropped compass gem, switch to scss;clean-up files/code
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 6659547..05f4a70 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -4,7 +4,7 @@
%meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=UTF-8'}
%title Lazar Toxicity Predictions
%link{:rel=>'icon', :type=>'image/x-icon', :href=>'/images/favicon.ico'}
- %link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
+ %link{:rel=>'stylesheet', :href=>"#{'/style.css'}", :type => "text/css"}
%link{ :href=>"/stylesheets/jquery-ui.css", :rel=>"stylesheet"}
%link{ :href=>"/jsme/jsa.css", :rel=>"stylesheet"}
%script{:src=>"/javascripts/jquery-1.8.3.min.js", :type=>"text/javascript"}