From dec093b2b6d54ce4982545a6637bc3c58341033d Mon Sep 17 00:00:00 2001 From: Robo Date: Wed, 17 Aug 2016 20:34:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?test=20f=C3=BCr=20centerthumbs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- s/index.tpl.html | 6 ++++-- s/style.css | 8 +++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/s/index.tpl.html b/s/index.tpl.html index c45c454..bb30ffd 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -7,7 +7,9 @@
- {% for item in items %}
+ {% for item in items %}
+
+
{% endfor %} - \ No newline at end of file + diff --git a/s/style.css b/s/style.css index 3020077..ae827a1 100644 --- a/s/style.css +++ b/s/style.css @@ -51,4 +51,10 @@ a:hover { } code { color: #9df943; -} \ No newline at end of file +} + +.centeredthumbs { + display: flex; + align-items: center; + justify-content: center; +} From 2b38cfe5556e3ff18a8c1d416a29bf59a8849fa1 Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 17 Aug 2016 21:11:51 +0000 Subject: [PATCH 2/2] json -> cfg --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0efb279..6d93b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules/ -cfg.cfg +cfg.json b/