From 8ef62564a0e77db4c4623311abc05e4fd5753545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 5 Jul 2010 10:27:07 +0200 Subject: [PATCH] =?UTF-8?q?Images=20de=20la=20galerie=20c=C3=B4te=20=C3=A0?= =?UTF-8?q?=20c=C3=B4te.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 5b63eb7..1efaa65 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,13 @@ .galerie img { border: thin solid black; padding: 0.1em; +} + +.galerie { + list-style-type: none; +} + +.galerie li { + float: left; + margin: 1em; } \ No newline at end of file