diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-27 06:22:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-27 06:22:17 +0000 |
commit | 7053787d1f4d4500080185af6878835217aa17a5 (patch) | |
tree | f98c8f831e4a180ae92fd9d676394220e02abfec /template/yoga/theme | |
parent | 47512ce6a64fa356214c162a8313480c6aed41d2 (diff) |
Bug: English plural rule is slightly different from French (0 is plural, not in French)
git-svn-id: http://piwigo.org/svn/trunk@1862 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 75a84ac58..00cd16c26 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -269,7 +269,7 @@ input#qsearchInput { }
.zero { display: none }
.one { background: transparent; }
-.2nmore { background: transparent; }
+.plural { background: transparent; }
.nb-hits { color: #69c; }
.nb-comments { color: #f92; }
|