Improvements on navigator

This commit is contained in:
Open-Steps.org 2015-02-13 18:09:23 +01:00
parent 7dcbe77c2d
commit fe460c0a2e
11 changed files with 243 additions and 147 deletions

View file

@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="/bower_components/bootstrap/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="/bower_components/vegas/dist/jquery.vegas.min.css"/>
<link rel="stylesheet" type="text/css" href="/bower_components/fontawesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="{{ "/css/custom.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/hover.css" | prepend: site.baseurl }}">
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
@ -26,7 +27,7 @@
<script type="text/javascript">
var rnd=Math.floor(Math.random()*4);
var rnd=Math.floor(Math.random()*6);
$(function() {
$.vegas({
@ -38,7 +39,7 @@
});
// $( document ).ready(function() {
$('.artist_media').centerImage('inside');
$('.artist-media').centerImage('inside');
// });
</script>