From c19f93e36db24303b77757d5cfe6c9ec2aaee30e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 26 Mar 2018 10:52:25 +0100 Subject: Add screenshot support Fixes #21 --- app/static/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'app/static') diff --git a/app/static/style.css b/app/static/style.css index 57d5199..712b045 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -10,6 +10,28 @@ h1 { text-align: center; } +.screenshot_list, .screenshot_list li, .screenshot_list li a { + list-style: none; + margin: 0; + padding: 0; +} + +.screenshot_list li { + display: inline-block; + margin: 5px; + padding: 0; +} + +.screenshot_list li a { + display: block; +} + +.screenshot_list img { + width: 164px; + height: 164px; + object-fit: cover; +} + h2, h3 { margin: 5px 0; -- cgit v1.2.3