diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2cfa885a9..66fef4c3e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2430,6 +2430,10 @@ a.mail-list-link { background-image: url('../../../images/content-types.gif'); } +.attachlink { + margin: 10px 10px 0px 0px; +} + .type-video { background-position: 0px; 0px; } .type-image { background-position: -20px; 0px; } .type-audio { background-position: -40px; 0px; } |