Skip to content

Enh: break website screenshot banner into 4 pieces and introduce a responsive layout #6900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 30, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a forgotten {{pathto(...)}} in Spinhx template
  • Loading branch information
afvincent committed Aug 6, 2016
commit 775b3736b6db4c1983eb4071a6a33527f962685c
2 changes: 1 addition & 1 deletion doc/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Introduction</h1>
interface toolkits.</p>

<div class="responsive_screenshots">
<a a href="users/screenshots.html">
<a a href="{{ pathto('users/screenshots') }}">
<div class="responsive_subfig">
<img align="middle", src="{{ pathto('_static/membrane_frontpage.png', 1) }}", border="0", alt="screenshots"/>
</div>
Expand Down