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, 3 insertions, 5 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 8703042..d0c77b7 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -10,10 +10,8 @@
%link{:rel=>'stylesheet', :href=>"#{'/css/theme.default.min.css'}"}
%link{:rel=>'stylesheet', :href=>"#{'/css/theme.bootstrap.min.css'}"}
%link{ :href=>"/stylesheets/jquery-ui.css", :rel=>"stylesheet"}
- %link{ :href=>"/jsme/jsa.css", :rel=>"stylesheet"}
%script{:src=>"/javascripts/jquery-1.11.2.min.js"}
%script{:src=>"/javascripts/bootstrap.min.js"}
- %script{:src=>"/javascripts/jquery-ui-1.10.3.custom.min.js"}
%script{:src=>"/javascripts/jquery.tablesorter.min.js"}
%script{:src=>"/javascripts/jquery.tablesorter.widgets.js"}
%script{ :src=>"/javascripts/lazar-gui.js"}
@@ -25,11 +23,11 @@
%div.row
%div.col-md-2
%a{:href=> to("/predict")}
- %img.media-object{:src=>"/images/ist_logo.png", :alt=>"logo", :style=>"margin-left:3em;margin-right:1em;"}
+ %img.media-object{:src=>"/images/ist_logo.png", :alt=>"logo", :style=>"margin:0 3em 0 2em;"}
%div.col-md-8
- %h1.media-heading Lazar Toxicity Predictions
+ %h1.media-heading{:style=>"margin: 0 0 0 1em;"} Lazar Toxicity Predictions
- %div.container
+ %div.container-fluid
:javascript
$(document).ready(function(){
$("#back-top").hide();