From 001cdb800e7f783ba09de575a2592d2ea3823a54 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 5 Mar 2016 16:23:26 +0000 Subject: [PATCH] Make picture list nicer --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index dfc299f..f95eb41 100644 --- a/static/style.css +++ b/static/style.css @@ -95,9 +95,16 @@ a.title { font-weight: bold; } +#pictures { + margin-left: 0; + padding-left: 0; +} + #pictures li { list-style-type: none; margin: 0; + padding: 0.2em; + display: inline-block; } footer { -- 2.30.2