aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-25 20:24:44 +0000
committervdigital <vdigital@piwigo.org>2007-02-25 20:24:44 +0000
commit3a64bf1502e662b758a1a01cc5b7ad55e025f26e (patch)
tree556fff7022aaeaad8bb2d1a493539a4f70635ca0 /template/yoga/theme/dark/theme.css
parentab922de7422076b1e3fdd49dc2e51b524e5fe6e2 (diff)
menuInfoCat and menuInfoCatByChild Minor changes:
- Hidden in subcatify area with dark - Small and normal font with p0w0 - Hidden with wipi - Clear wasn't changed. Bugs in header: href in link rel="start" was empty. Which meant a wrong tag (e.g. for google) git-svn-id: http://piwigo.org/svn/trunk@1856 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r--template/yoga/theme/dark/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index 2401e4e27..b6559b59c 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -136,3 +136,9 @@ TD.calDayCellEmpty { color: silver; }
.calBackDate { color: #000; }
.calForeDate { color: #fff; }
.virtual_cat { background: #3f3f3f !important; }
+#content ul.thumbnailCategories li div.thumbnailCategory .description p {
+ display: none;
+}
+#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
+ display: inline;
+}