diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-30 07:00:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-30 07:00:17 +0000 |
commit | 0a2c5204369bdbf4f8b761444056d90c15b98317 (patch) | |
tree | abcf060e473d7a673b476f2677737f10cca97a0d /template/yoga/theme/p0w0/theme.css | |
parent | 2f70d58b2243454085035177e4a6ab777a3bf55c (diff) |
Issue 0000614: Display hits under thumbnails like comments counter
- Comments are not plurial < 2
- hits and comments have specific classes for css control
git-svn-id: http://piwigo.org/svn/trunk@1769 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f50b666af..e87174ba1 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -248,6 +248,11 @@ SPAN.calItem, SPAN.calItemEmpty label {
cursor:pointer
}
+
+.zero { display: none }
+.one { }
+.2nmore { }
+
/* nice looking month calendar*/
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
|