diff options
author | nikrou <nikrou@piwigo.org> | 2006-06-15 20:46:59 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-06-15 20:46:59 +0000 |
commit | d7238c8b1357b04cafedae8dfbfc63b9f68525a2 (patch) | |
tree | bbe883c7197f08423f9c8ccf68db10dc3cb90151 /template | |
parent | 37ef82183c1b1a5c17ab86ea0a71dafd52612d42 (diff) |
small fix: no comma at that place
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1355 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-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; |