diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-16 22:53:03 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-16 22:53:03 +0000 |
commit | 95609895c98aeb7790ed1025ba6aa176d8854c5c (patch) | |
tree | 62c331a5576a660f13af9886cc7cd5128cd851dd /template/yoga/theme | |
parent | 4592882498e8f3684acb0c4e598f1a83ab0092ac (diff) |
Border removal in mails on thumbnails (2). Need further tests.
git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/Sylvia/mail-css.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/mail-css.tpl b/template/yoga/theme/Sylvia/mail-css.tpl index 7ccd0fbae..8168abba1 100644 --- a/template/yoga/theme/Sylvia/mail-css.tpl +++ b/template/yoga/theme/Sylvia/mail-css.tpl @@ -10,4 +10,7 @@ h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}template/{$themeco img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; } img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; } a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;} -a:hover {ldelim} color: #F30; border-bottom: 1px solid #FF3363;}
\ No newline at end of file +a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;} +a.thumblnk:hover {ldelim} border:0;} +a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; } +a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; }
\ No newline at end of file |