Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 1, 2012
1 parent 3f4cdab commit 5889386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -95,7 +95,7 @@ <h4>About us :</h4>
<script id="booktpl" type="text/template">
{{#books}}
<div class="span4 booksection">
<div id="cover" style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;">
<div id="cover" style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;">
<div id="{{level}}"></div>
</div>
<h2>{{title}}</h2>
Expand Down

0 comments on commit 5889386

Please sign in to comment.