Oops, fix the home page with our new style

This commit is contained in:
Andy Williams 2017-01-29 21:29:46 +00:00
parent b3f46afae5
commit a750e714eb
1 changed files with 6 additions and 12 deletions

View File

@ -25,24 +25,18 @@ web browser!</p>
<h4 style="margin-top: 0; padding-top: 10pt !important"><a href="/themes/">Themes</a></h4>
<ul class="theme-list">
<li class="theme-item">
<img src="/themes/preview/{{ theme_id }}.png" alt="preview" />
<ul class="theme-meta">
<li><a href="/themes/{{ theme_id }}">{{ themes[theme_id].name }}</a></li>
<li>Author: {{ themes[theme_id].author }}</li>
<li>Version: {{ themes[theme_id].version }}</li>
</ul>
<a href="/themes/{{ theme_id }}" title="{{ themes[theme_id].name }}">
<img src="/themes/preview/{{ theme_id }}.png" alt="preview" />
</a>
</li>
</ul>
<h4 style="clear: both; margin-top: 0; padding-top: 10pt !important"><a href="/backgrounds/">Backgrounds</a></h4>
<ul class="theme-list">
<li class="theme-item">
<img src="/backgrounds/preview/{{ background_id }}.png" alt="preview" />
<ul class="theme-meta">
<li><a href="/backgrounds/{{ background_id }}">{{ backgrounds[background_id].name }}</a></li>
<li>Author: {{ backgrounds[background_id].author }}</li>
<li>Version: {{ backgrounds[background_id].version }}</li>
</ul>
<a href="/backgrounds/{{ background_id }}" title="{{ backgrounds[background_id].name }}">
<img src="/backgrounds/preview/{{ background_id }}.png" alt="preview" />
</a>
</li>
</ul>