diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 6 |
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; +} |