From d7238c8b1357b04cafedae8dfbfc63b9f68525a2 Mon Sep 17 00:00:00 2001 From: nikrou Date: Thu, 15 Jun 2006 20:46:59 +0000 Subject: [PATCH] small fix: no comma at that place git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1355 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 9752690af..a9fc2da1c 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -213,7 +213,7 @@ FORM.filter FIELDSET LABEL SPAN SELECT { margin: 0; } -FORM.filter FIELDSET P, +FORM.filter FIELDSET P { clear: left; display: block;