diff options
Diffstat (limited to 'views/default/tidypics/css.php')
-rw-r--r-- | views/default/tidypics/css.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index abcdc86a9..3a70a0ca6 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -5,7 +5,18 @@ ?> /* ---- tidypics object views ---- */ -#tidypics_wrapper { +.tidypics_wrapper > table.entity_gallery { + border-spacing: 0; +} + +.tidypics_wrapper .entity_gallery td { + padding: 0; +} + +.tidypics_wrapper .entity_gallery_item, +.tidypics_wrapper .entity_gallery_item:hover { + background-color: transparent; + color: inherit; } #tidypics_breadcrumbs { |