diff options
author | nikrou <nikrou@piwigo.org> | 2006-06-15 20:49:39 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-06-15 20:49:39 +0000 |
commit | bf57ab7501eb136b47fa5609e3b9c43a4c1208f9 (patch) | |
tree | 31c86fc14e7ee40e40c7627bac58161f6ace41b6 /template/yoga/default-layout.css | |
parent | 05a695450a5ede0300728419def8815b603fab1f (diff) |
small css fix: no comma
svn merge -r1354:1355 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1356 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |