diff options
| -rw-r--r-- | blog.node5.net/static/folder.css | 2 | ||||
| -rw-r--r-- | blog.node5.net/templates/folder.html | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/blog.node5.net/static/folder.css b/blog.node5.net/static/folder.css index 418739c..5c755aa 100644 --- a/blog.node5.net/static/folder.css +++ b/blog.node5.net/static/folder.css @@ -22,7 +22,7 @@ ol { } .entry img { - font-size: 2em; + font-size: 4em; width: 200px; float: left; text-align: center; diff --git a/blog.node5.net/templates/folder.html b/blog.node5.net/templates/folder.html index 97c92a2..ae9456e 100644 --- a/blog.node5.net/templates/folder.html +++ b/blog.node5.net/templates/folder.html @@ -8,11 +8,7 @@ {% for article in folder.articles %} <li class="entry"> <a href="{{ article.name }}"> - {% if article.folder_path %} - <img src="{{ article.thumbnail_path }}" alt="📄"/> - {% else %} - <div style="width: 200px"></div> - {% endif %} + <img src="{{ article.thumbnail_path }}" alt="📄"/> <div class="entry-text"> <div> <h3 class="inline">{{ article.name }}</h3> |
