Show parameters for thumbnail as table.
This commit is contained in:
@@ -14,7 +14,13 @@
|
||||
<a href="{{ np.big_url()|safe }}">
|
||||
<img width="{{ np.width }}" height="{{ np.height }}" src="{{ np.url()|safe }}"/>
|
||||
</a>
|
||||
<figcaption>{{ np.compact_string() }}</figcaption>
|
||||
<figcaption>
|
||||
<table>
|
||||
{% for p in np.noise.parameters() %}
|
||||
<tr><th>{{ p.0 }}</th><td>{{ p.1 }}</td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</figcaption>
|
||||
</figure>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
@@ -5,6 +5,11 @@ figure p {
|
||||
figure {
|
||||
display: inline-block;
|
||||
margin: 0.25em;
|
||||
text-align: center;
|
||||
font-size: smaller;
|
||||
text-align: left;
|
||||
line-height: .75em;
|
||||
}
|
||||
|
||||
figure table tr th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user