From: Marius Gavrilescu Date: Sat, 5 Mar 2016 16:23:26 +0000 (+0000) Subject: Make picture list nicer X-Git-Tag: 0.000_004~4 X-Git-Url: http://git.ieval.ro/?p=app-web-oof.git;a=commitdiff_plain;h=001cdb800e7f783ba09de575a2592d2ea3823a54 Make picture list nicer --- 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 {