We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb01e49 commit d9fdcd2Copy full SHA for d9fdcd2
index.html
@@ -154,7 +154,7 @@ <h1>The best free Python resources</h1>
154
<div class="span4 booksection {{ level }}">
155
<a target="_blank" href="{{url}}">
156
<div class="view"></div>
157
- <div title="{{ title }}" id="cover" style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;z-index:50">
+ <div title="{{ title }}" id="cover" style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover">
158
</div>
159
<h2 title="{{ title }}">{{title}}</h2>
160
</a>
0 commit comments