diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-04-06 19:55:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-04-06 19:55:21 +0000 |
commit | 1e0b576e3bfeef09c1392fa05ed5a5a8b1a9579c (patch) | |
tree | e140eb23d2d17c2ed41c5beda06bfdc095556c8a | |
parent | 009e0e302991aaaa8c33f631bbd70c40ca8b0d82 (diff) |
dark theme correction
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1938 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template/yoga/theme/dark/theme.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 0c92cc6c0..ca685a08a 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -146,11 +146,5 @@ 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; -} .qsearch { font-size: 80%; font-style: normal; } #mbMenu #quicksearch > p { text-align: left; } |